From 61f3dfbf97e884e11fc028cfb335e335d4a90293 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 23 Nov 2015 16:11:40 -0500 Subject: [PATCH] Stub out a glossary page --- www/appendices/glossary.spt | 4 ++++ www/appendices/index.spt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 www/appendices/glossary.spt diff --git a/www/appendices/glossary.spt b/www/appendices/glossary.spt new file mode 100644 index 0000000..e7d3e97 --- /dev/null +++ b/www/appendices/glossary.spt @@ -0,0 +1,4 @@ +nav_title="Glossary" +[---] +[---] text/html + diff --git a/www/appendices/index.spt b/www/appendices/index.spt index 9d7149e..a76db07 100644 --- a/www/appendices/index.spt +++ b/www/appendices/index.spt @@ -1,6 +1,6 @@ nav_title = 'Appendices' -nav_children = ['health', 'calendar', 'channels', 'finances', 'see-also', 'tools', - 'disclosures', 'survey', 'access'] +nav_children = ['health', 'calendar', 'channels', 'finances', 'glossary', 'see-also', + 'tools', 'disclosures', 'survey', 'access'] [---] [---] text/html {{ toc(nav_current) }}