chore: add description field to atom feed

main
CrimsonTome 2022-10-24 19:34:56 +01:00 committed by Rowan Clark
parent 7ccbc98de1
commit c6fe39ecb7
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ eleventyExcludeFromCollections: true
<link href="{{ absolutePostUrl }}"/> <link href="{{ absolutePostUrl }}"/>
<updated>{{ post.date | rssDate }}</updated> <updated>{{ post.date | rssDate }}</updated>
<id>{{ absolutePostUrl }}</id> <id>{{ absolutePostUrl }}</id>
<description>{{post.description}}</description>
<content type="html">{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content> <content type="html">{{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }}</content>
</entry> </entry>
{%- endfor %} {%- endfor %}