diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-06-16 16:18:57 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-06-16 16:18:57 +0530 |
commit | 99c8e268a6c2c75943e1069ff95a5d64e1e19908 (patch) | |
tree | 91f5ec5c4e89f60b440d2862317f5f578bcc0758 /layout | |
parent | 6c0d374ff14bbe76c8af7e585c8fecd26f25e912 (diff) |
Use RFC 2822 format date in RSS feeds
Diffstat (limited to 'layout')
-rw-r--r-- | layout/item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/item.xml b/layout/item.xml index 65b9679..8403e00 100644 --- a/layout/item.xml +++ b/layout/item.xml @@ -9,5 +9,5 @@ <p><a href="{{ site_url }}/{{ blog }}/{{ slug }}/">Read More</a></p> ]]> </description> -<pubDate>{{ date }}</pubDate> +<pubDate>{{ rfc_2822_date }}</pubDate> </item> |