Skip to content

Commit ba2112f

Browse files
committed
Fix RSS feed published date
1 parent 8dc0db5 commit ba2112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feed.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<entry>
2424
<title>{{ post.data.title }}</title>
2525
<link href="{{ site.domain }}{{ post.url }}" />
26-
<updated>{{ post.date | dateToRfc3339 }}</updated>
26+
<updated>{{ post.data.published_datetime | dateToRfc3339 }}</updated>
2727
<id>{{ post_url }}</id>
2828
<content xml:lang="en" type="html"
2929
>{{ post.templateContent| escape }}</content

0 commit comments

Comments
 (0)