Skip to content

Commit

Permalink
Fixed datetime error in atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Dec 26, 2023
1 parent a2823fc commit 8ebc24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/templates/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<title>{{ post.title }}</title>
<author><name>{{ post.author }}</name></author>
<link href="{{ config.site_url + post.id + '/' }}"/>
{%-if post.date is not none %}
<published>{{ post.date }}</published>
{%-endif %}
<id>{{ post.id }}</id>
<content type="html">{{ markdown(post.content) }}</content>
</entry>
Expand Down

0 comments on commit 8ebc24b

Please sign in to comment.