diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 10:56:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 10:56:51 -0300 |
commit | c2c8b2db403abb190097296bd495fc39cae44bdb (patch) | |
tree | 4dde98f0cba2bccdcec2c0c403d6b675e654cc57 /templates | |
parent | 137f0d20630bc840fac94ee3cb1d1568bf09520d (diff) | |
download | bootless-c2c8b2db403abb190097296bd495fc39cae44bdb.tar.gz bootless-c2c8b2db403abb190097296bd495fc39cae44bdb.tar.bz2 |
Renames barebones to tutorial
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index aa292c4..e7f7243 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -63,9 +63,11 @@ <div id="pagebody"> <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> </p> + --> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> |