Add the author in the atom feed

This makes the feed pass validation
This commit is contained in:
Christophe Coevoet
2023-08-23 17:11:23 +02:00
parent fc70513e55
commit c450d40d5e

View File

@@ -12,6 +12,7 @@
<link href="{{ site.url }}{{ blogPost.url }}"/>
<updated>{{ blogPost.date|date('c') }}</updated>
<id>{{ site.url }}{{ blogPost.url }}</id>
<author><name>{{ blogPost.authorName ?? 'Doctrine' }}</name></author>
<content type="html"><![CDATA[{{ blogPost.contents|markdown|raw }}]]></content>
</entry>
{% endfor %}