diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-15 22:41:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-15 22:41:37 -0400 |
commit | e02c1bcf3df6b269ed7d5a29a97ea7f8f9464a3d (patch) | |
tree | 3c5dc3fdc694087c6cae287fe161df9be2cb22f2 /debian | |
parent | ff67a31db53dee296ef5f603cc6062d2191c7178 (diff) | |
download | ikiwiki-e02c1bcf3df6b269ed7d5a29a97ea7f8f9464a3d.tar ikiwiki-e02c1bcf3df6b269ed7d5a29a97ea7f8f9464a3d.tar.gz |
document needing to wrap footer in dynamic test
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/NEWS b/debian/NEWS index 0a00ea6dd..f73ac9c3d 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,17 +1,18 @@ ikiwiki (3.20100515) unstable; urgency=low - There is a significant change to the page.tmpl template in this version, - (and several less significant changes). If you have a locally modified - version of that template, you will need to update it at least to - contain the following in the HTML <head>: + There are two significant changes to the page.tmpl template in this version. + If you have a locally modified version of that template, you will need to + update it at least to contain the following in the HTML <head>: <TMPL_IF DYNAMIC> <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE> <TMPL_IF BASEURL><base href="<TMPL_VAR BASEURL>" /></TMPL_IF> </TMPL_IF> </TMPL_IF> + + Also, the footer should be wrapped in <TMPL_UNLESS DYNAMIC> ... </TMPL_UNLESS> - Also, there is a new "comment()" pagespec, that can be used to match a + There is a new "comment()" pagespec, that can be used to match a comment on a page. It is recommended it be used instead of the old method of using a pagespec such as "internal(comment_*)" to match things that looked like comments. The old pagespec will now also match |