summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 712a65f..849dd7d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -19,6 +19,15 @@
<span class="title">
<TMPL_VAR TITLE>
</span>
+
+<TMPL_IF TAGS>
+<nav class="tags">
+<TMPL_LOOP TAGS>
+<TMPL_VAR LINK>
+</TMPL_LOOP>
+</nav>
+</TMPL_IF>
+
</span>
</header>
</section>