diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-12 17:51:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-12 17:51:32 +0000 |
commit | d39717a1cb395a45bb794c8141f1ef29f9a00705 (patch) | |
tree | 5901b846401c54dd51e1347a308148c4e5e01e23 /debian | |
parent | 0fd3ec8068d866b1cb87abca5d4534da7818d413 (diff) | |
download | ikiwiki-d39717a1cb395a45bb794c8141f1ef29f9a00705.tar ikiwiki-d39717a1cb395a45bb794c8141f1ef29f9a00705.tar.gz |
* If the meta plugin overides the page title, set a title_overridden
variable in the template to true. This allows doing things with the
templates conditional on the title being overriden.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 745678056..4e92226fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (1.18) UNRELEASED; urgency=low + + * If the meta plugin overides the page title, set a title_overridden + variable in the template to true. This allows doing things with the + templates conditional on the title being overriden. + + -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 13:45:05 -0400 + ikiwiki (1.17) unstable; urgency=low * Disable tidy generator tag. |