summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-30 16:30:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-30 16:30:55 -0400
commit06483eee9fe5e56ead8261f582c65643f1848d4d (patch)
tree49615092816d70503a088df8d2741ea2f3d61632 /doc/templates
parent5b45dbc096bede02b1cc7941a874e3c22b52da52 (diff)
tag layout
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/buglist.tmpl13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/templates/buglist.tmpl b/doc/templates/buglist.tmpl
index 1121d89f5..c9c89bd7b 100644
--- a/doc/templates/buglist.tmpl
+++ b/doc/templates/buglist.tmpl
@@ -4,6 +4,11 @@
<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
</TMPL_IF>
+<TMPL_IF TAGS>
+<TMPL_LOOP TAGS>
+ [<TMPL_VAR LINK>]
+</TMPL_LOOP>
+</TMPL_IF>
<span class="archivepagedate">
Posted <TMPL_VAR CTIME>
<TMPL_IF AUTHOR>
@@ -16,12 +21,4 @@ by <span class="author">
</span>
</TMPL_IF>
</span>
-<TMPL_IF TAGS>
-<TMPL_IF HTML5><nav class="tags"><TMPL_ELSE><span class="tags"></TMPL_IF>
-Tagged:
-<TMPL_LOOP TAGS>
-<TMPL_VAR LINK>
-</TMPL_LOOP>
-<TMPL_IF HTML5></nav><TMPL_ELSE></span></TMPL_IF>
-</TMPL_IF>
</div>