summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 14:50:12 +0100
committerGravatar Tom Willemsen2012-11-11 14:50:12 +0100
commitf052a1c8e14f6f07441a21f4c7a35ea8ce8efa2c (patch)
treeb3108b66e8bf2d1bca84ff644c93cf63027c7da9
parent963d4b76481330e4c512ea56c94d2561aac09cfb (diff)
downloadsite-f052a1c8e14f6f07441a21f4c7a35ea8ce8efa2c.tar.gz
site-f052a1c8e14f6f07441a21f4c7a35ea8ce8efa2c.zip
Undo, gets too big
-rw-r--r--templates/inlinepage.tmpl40
1 files changed, 19 insertions, 21 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index d741a1d..7889246 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -26,28 +26,26 @@
</div>
</TMPL_IF>
-<div class="page-header">
- <h1>
- <TMPL_IF PERMALINK>
- <a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
- <TMPL_ELSE>
- <a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
- </TMPL_IF>
- <br/>
- <small>
- <span class="pagedate">
- <i class="icon-calendar"></i> <TMPL_VAR CTIME>
- </span>
+<h1>
+ <TMPL_IF PERMALINK>
+ <a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
+ <TMPL_ELSE>
+ <a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
+ </TMPL_IF>
+</h1>
- <TMPL_IF TAGS>
- <i class="icon-tags"></i>
- <TMPL_LOOP TAGS>
- <TMPL_VAR LINK>
- </TMPL_LOOP>
- </TMPL_IF>
- </small>
- </h1>
-</div>
+<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>
+</small>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>