diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-12 13:46:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-12 13:46:58 -0300 |
commit | 103214322ea5e09a6c11eaa6e41028630fda7d4c (patch) | |
tree | fedf34cd72fc8d228c132044d441b5cf036befa1 /templates | |
parent | 0d57720e834657ada54f44702e6fe304bcd7042c (diff) | |
download | blog-103214322ea5e09a6c11eaa6e41028630fda7d4c.tar.gz blog-103214322ea5e09a6c11eaa6e41028630fda7d4c.tar.bz2 |
Templates: cleanup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 2a8c1c2..fc7b2a4 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -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> diff --git a/templates/page.tmpl b/templates/page.tmpl index 01a1aad..192d367 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -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> |