summaryrefslogtreecommitdiffstats
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/inlinepage.tmpl')
-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>