diff --git a/ogc/bblocks/templates/json-full/index.json b/ogc/bblocks/templates/json-full/index.json
index a7966a0..ce9b082 100644
--- a/ogc/bblocks/templates/json-full/index.json
+++ b/ogc/bblocks/templates/json-full/index.json
@@ -11,5 +11,6 @@ if bblock.annotated_schema:
     output['annotatedSchema'] = bblock.annotated_schema_contents
 if git_repo:
     output['gitRepository'] = git_repo
+    output['gitPath'] = git_path
 %>
 ${json.dumps(output)}
\ No newline at end of file