diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-21 22:27:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-21 22:27:02 +0000 |
commit | cf3021ef3f5cb839195585d601de76df519da510 (patch) | |
tree | e239dbfdec8b90f9aa7654b5bd0ce10cdb542611 /debian/changelog | |
parent | 0dc0d8e3b5f2db006ac83d0d7f336c2fda51b4bb (diff) |
* Fixed a bug with previews of subpages having broken links to top-level
pages.
* Change how the stylesheet url is determined in the templates: Remove
STYLEURL and add BASEURL to all templates (some already had it). This
new more general variable can be used to link to other things (eg, images)
from the template, as well as stylesheets.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3d6d50cb1..323dcf6b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ikiwiki (1.22) UNRELEASED; urgency=low + + * Fixed a bug with previews of subpages having broken links to top-level + pages. + * Change how the stylesheet url is determined in the templates: Remove + STYLEURL and add BASEURL to all templates (some already had it). This + new more general variable can be used to link to other things (eg, images) + from the template, as well as stylesheets. + + -- Joey Hess <joeyh@debian.org> Mon, 21 Aug 2006 18:16:09 -0400 + ikiwiki (1.21) unstable; urgency=low * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen. |