diff --git a/docs/templates/atom.xml b/docs/templates/atom.xml index 63067df..7b946f2 100644 --- a/docs/templates/atom.xml +++ b/docs/templates/atom.xml @@ -11,7 +11,9 @@ {{ post.title }} {{ post.author }} + {%-if post.date is not none %} {{ post.date }} + {%-endif %} {{ post.id }} {{ markdown(post.content) }}