change template-variables-table ID to template-variables-ref
authorDan Allen <dan@opendevise.com>
Fri, 24 Dec 2021 00:56:03 +0000 (17:56 -0700)
committerDan Allen <dan@opendevise.com>
Fri, 24 Dec 2021 00:56:03 +0000 (17:56 -0700)
docs/modules/ROOT/pages/templates.adoc

index 5efa4fe..8868d7e 100644 (file)
@@ -27,7 +27,7 @@ Variable names and purposes may change.
 Here's an overview of the available UI model:
 
 .Variables available to the Handlebars templates (top-level variables in bold)
-[#template-variables-table,cols="1m,2"]
+[#template-variables-ref,cols="1m,2"]
 |===
 | Name | Description
 
@@ -200,6 +200,6 @@ Next, open the file [.path]_templates/partials/head.hbs_ and add your tag.
 ----
 
 Each template file has access to the template model, which exposes information about the current page through variable names.
-The variables currently available are listed in <<template-variables-table>>.
+The variables currently available are listed in <<template-variables-ref>>.
 
 Save the file, commit it to git, push the branch, and allow the approval workflow to play out.