diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid
index 63d8a465..b902afc6 100644
--- a/src/_includes/partials/feeds/rss.liquid
+++ b/src/_includes/partials/feeds/rss.liquid
@@ -5,6 +5,7 @@
{{ title }}
{{ description }}
{{ permalink | absoluteUrl: site.url }}
+ {{ updated }}
{{ title }}
{{ permalink | absoluteUrl: site.url }}
@@ -16,7 +17,7 @@
-
{{ entry.title | escape }}
{{ entry.url | stripUtm | encodeAmp }}
- {{ entry.date }}
+ {{ entry.date | stringToDate | dateToRfc822 }}
{{ entry.url | stripUtm | encodeAmp }}
{{ entry.excerpt | markdown | escape }}