From 4b6ea05ac87f5085e4df5c2ebc3d1a17a6cd2397 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Fri, 22 Feb 2013 12:54:16 -0500 Subject: Catch up rsspage to atompage. Validates. --- IkiWiki/Plugin/inline.pm | 1 + templates/rsspage.tmpl | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 9b4cee4e4..e313eb775 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -710,6 +710,7 @@ sub genfeed ($$$$$@) { feeddesc => $feeddesc, guid => $guid, feeddate => date_3339($lasttime), + feeddate_822 => date_822($lasttime), feedurl => $feedurl, ); run_hooks(pagetemplate => sub { diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl index e54094aaa..fec6775c2 100644 --- a/templates/rsspage.tmpl +++ b/templates/rsspage.tmpl @@ -1,11 +1,18 @@ <TMPL_VAR TITLE> + + + + +ikiwiki + -- cgit v1.2.3