aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-03 10:56:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-03 10:56:51 -0300
commitc2c8b2db403abb190097296bd495fc39cae44bdb (patch)
tree4dde98f0cba2bccdcec2c0c403d6b675e654cc57 /templates
parent137f0d20630bc840fac94ee3cb1d1568bf09520d (diff)
downloadbootless-c2c8b2db403abb190097296bd495fc39cae44bdb.tar.gz
bootless-c2c8b2db403abb190097296bd495fc39cae44bdb.tar.bz2
Renames barebones to tutorial
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl2
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>