diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 08:50:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 08:50:14 +0200 |
commit | 6d4195901ce007310ae537c5179a40113bba3cad (patch) | |
tree | 443cbab2b5b736ed6931826a6217665053a2abab | |
parent | 544aa919a00fa6fb8ff8e81fdd919a5d2525f77e (diff) |
ikiwiki 21fe996544f43ad5cfcdf36388015971b7fc56d1.
-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 c48f6d34..5192138a 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -123,6 +123,7 @@ <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> +<TMPL_UNLESS DYNAMIC> <TMPL_IF COMMENTS> <TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF> <TMPL_VAR COMMENTS> @@ -135,6 +136,7 @@ </TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> +</TMPL_UNLESS> </div> |