We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc0db5 commit ba2112fCopy full SHA for ba2112f
src/feed.html
@@ -23,7 +23,7 @@
23
<entry>
24
<title>{{ post.data.title }}</title>
25
<link href="{{ site.domain }}{{ post.url }}" />
26
- <updated>{{ post.date | dateToRfc3339 }}</updated>
+ <updated>{{ post.data.published_datetime | dateToRfc3339 }}</updated>
27
<id>{{ post_url }}</id>
28
<content xml:lang="en" type="html"
29
>{{ post.templateContent| escape }}</content
0 commit comments