summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 14:46:54 +0100
committerGravatar Tom Willemsen2012-11-11 14:46:54 +0100
commit53faa169da3ed089aa51c5c063e8c01501dafc69 (patch)
treeddd8710dbc6bbc458067851a070477e2a6eca110
parentae8fa58f68ac79561f93907e9f95addfa966268a (diff)
downloadsite-53faa169da3ed089aa51c5c063e8c01501dafc69.tar.gz
site-53faa169da3ed089aa51c5c063e8c01501dafc69.zip
Show date and tags at the top
-rw-r--r--templates/inlinepage.tmpl25
1 files changed, 12 insertions, 13 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index dd6f413..03cf5c6 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -34,6 +34,18 @@
</TMPL_IF>
</h1>
+<small>
+ <span class="pagedate">
+ <i class="icon-calendar"></i> <TMPL_VAR CTIME>
+ </span>
+
+ <TMPL_IF TAGS>
+ <i class="icon-tags"></i>
+ <TMPL_LOOP TAGS>
+ <TMPL_VAR LINK>
+ </TMPL_LOOP>
+ </TMPL_IF>
+
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF HTML5><section class="inlinecontent"><TMPL_ELSE><div class="inlinecontent"></TMPL_IF>
@@ -42,19 +54,6 @@
<TMPL_IF HTML5><footer class="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF>
-<span class="pagedate">
-Posted <TMPL_VAR CTIME>
-</span>
-
-<TMPL_IF TAGS>
-<TMPL_IF HTML5><nav class="tags"><TMPL_ELSE><span class="tags"></TMPL_IF>
-Tags:
-<TMPL_LOOP TAGS>
-<TMPL_VAR LINK>
-</TMPL_LOOP>
-<TMPL_IF HTML5></nav><TMPL_ELSE></span></TMPL_IF>
-</TMPL_IF>
-
<TMPL_IF COPYRIGHT>
<div class="pagecopyright">
<TMPL_VAR COPYRIGHT>