]> gitweb.fluxo.info Git - blog.git/commitdiff
Templates: cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 12 Jun 2016 16:46:58 +0000 (13:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 12 Jun 2016 16:46:58 +0000 (13:46 -0300)
templates/inlinepage.tmpl
templates/page.tmpl

index 2a8c1c29a2c515d65dc7310a609a680aefa22289..fc7b2a453561de9c733e78758f9b1bde1bf3f8fd 100644 (file)
@@ -21,7 +21,7 @@
 </TMPL_IF>
 </h2>
 <p class="pagedate">
-<strong>Posted <TMPL_VAR CTIME></strong>
+<strong><TMPL_VAR CTIME></strong>
 </p>
 <TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF>
 <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
index 01a1aad30825d24f9f81e3bf5c0fc7eec17f3424..192d3670ca9bea289682cd8ae4f00be1b71b234b 100644 (file)
@@ -81,7 +81,7 @@
 
     <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
     <p class="pagedate">
-    <TMPL_IF HAS_PARENTLINKS><strong>Posted <TMPL_VAR CTIME></strong></TMPL_IF>
+    <TMPL_IF HAS_PARENTLINKS><strong><TMPL_VAR CTIME></strong></TMPL_IF>
     </p>
     <TMPL_VAR CONTENT>
     <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>