Show date and tags at the top
This commit is contained in:
parent
ae8fa58f68
commit
53faa169da
1 changed files with 12 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue