]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/inline.pm
* Change the rss feed title from the wikiname to the page title.
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
index 075f70399bb46ed6fa8decd708399e606b60a515..8bd09de4017c9d73fc4faee8d28f470e77e07ea1 100644 (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,