summaryrefslogtreecommitdiff
path: root/layout/item.xml
diff options
context:
space:
mode:
authorSunaina Pai <sunainapai.in@gmail.com>2018-06-16 16:18:57 +0530
committerSunaina Pai <sunainapai.in@gmail.com>2018-06-16 16:18:57 +0530
commit99c8e268a6c2c75943e1069ff95a5d64e1e19908 (patch)
tree91f5ec5c4e89f60b440d2862317f5f578bcc0758 /layout/item.xml
parent6c0d374ff14bbe76c8af7e585c8fecd26f25e912 (diff)
Use RFC 2822 format date in RSS feeds
Diffstat (limited to 'layout/item.xml')
-rw-r--r--layout/item.xml2
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>