diff --git a/lib/jekyll-feed/feed.xml b/lib/jekyll-feed/feed.xml index afba157a..68de018d 100644 --- a/lib/jekyll-feed/feed.xml +++ b/lib/jekyll-feed/feed.xml @@ -57,7 +57,7 @@ {% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %} {{ post_title }} - + {{ post.date | date_to_xmlschema }} {{ post.last_modified_at | default: post.date | date_to_xmlschema }} {{ post.id | absolute_url | xml_escape }}