diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-19 16:01:23 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-19 16:01:30 -0400 |
commit | a1c8520ce8798dcd2d6b16a59da93afbd4bbf86b (patch) | |
tree | 169bfb004beddee8e61c4689192bf7aabce186f5 /debian/changelog | |
parent | 86956b3392f7e768fa8f527a0b3a4b7d1a080aef (diff) |
inline: Fix urls to feed when feedfile is used on an index page.
It would be better to use urlto() here, but will_render
has not yet been called on the feed files at this point, so
it won't work. (And reorganizing so it can be is tricky.)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8266afa09..06707a83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ikiwiki (3.09) UNRELEASED; urgency=low * inline: Add title_natural sort order, using Sort::Naturally (chrysn) + * inline: Fix urls to feed when feedfile is used on an index page. -- Joey Hess <joeyh@debian.org> Thu, 19 Mar 2009 15:32:49 -0400 |