Merge branch 'main' of github.com:FreesideHull/hullblogs.com

pull/1/head
Starbeamrainbowlabs 2022-09-04 16:31:34 +01:00
commit 79fc28e3d1
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@
<id>{{ post.link }}</id>
<content xml:lang="{{ metadata.language }}" type="html">{% if post.description %}{{ post.description | htmlToAbsoluteUrls(post.link) }}{% else %}{{ post.title }}{% endif %}</content>
<author>
<name>{{ post.author_name }}</name>
<uri>{{ post.parent.link }}</uri>
</author>
</entry>
{%- endfor %}
</feed>