summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-09-09 09:38:34 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-09 09:38:34 +0200
commit477007939a2d837412d536aacf152e9dd594d883 (patch)
tree62644dc17ce148b5f4eb8ae1e442a6a9924e8e93
parente09a7c47964b24705e49c4e54b882ccbd6c4a249 (diff)
parent6d4195901ce007310ae537c5179a40113bba3cad (diff)
Merge branch 'ikiwiki-update'
-rw-r--r--.templates/page.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl
index 4ec3b4bf..5192138a 100644
--- a/.templates/page.tmpl
+++ b/.templates/page.tmpl
@@ -11,7 +11,6 @@
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
-<meta http-equiv="Cache-Control" content="must-revalidate" />
<title><TMPL_VAR TITLE></title>
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
@@ -124,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>
@@ -136,6 +136,7 @@
</TMPL_IF>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+</TMPL_UNLESS>
</div>