* Change the rss feed title from the wikiname to the page title.

Overriding the page title with meta title already overrode the rss feed
  tittle.
master
joey 2006-10-20 21:17:36 +00:00
parent f4ad79d887
commit 182748a9c1
2 changed files with 5 additions and 2 deletions

View File

@ -284,7 +284,7 @@ sub genfeed ($$$$@) { #{{{
my $template=template($feedtype."page.tmpl", blind_cache => 1);
$template->param(
title => $config{wikiname},
title => pagetitle($page),
wikiname => $config{wikiname},
pageurl => $url,
content => $content,

5
debian/changelog vendored
View File

@ -1,8 +1,11 @@
ikiwiki (1.31) UNRELEASED; urgency=low
* Patch from Pawel Tecza to cp -a the templates in the Makefile.
* Change the rss feed title from the wikiname to the page title.
Overriding the page title with meta title already overrode the rss feed
tittle.
-- Joey Hess <joeyh@debian.org> Tue, 17 Oct 2006 13:48:26 -0400
-- Joey Hess <joeyh@debian.org> Fri, 20 Oct 2006 16:53:36 -0400
ikiwiki (1.30) unstable; urgency=low