From ca20e38d233b0aeae130028cd7864340eb83f3fd Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 23 Dec 2021 17:56:03 -0700 Subject: [PATCH] change template-variables-table ID to template-variables-ref --- docs/modules/ROOT/pages/templates.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc index 5efa4fe..8868d7e 100644 --- a/docs/modules/ROOT/pages/templates.adoc +++ b/docs/modules/ROOT/pages/templates.adoc @@ -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 <>. +The variables currently available are listed in <>. Save the file, commit it to git, push the branch, and allow the approval workflow to play out. -- 2.11.0