mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Add the author in the atom feed
This makes the feed pass validation
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user