Revert "chore: add description field to atom feed"

This reverts commit c6fe39ecb7.
main
CrimsonTome 2022-10-24 19:45:16 +01:00 committed by Rowan Clark
parent c6fe39ecb7
commit 31982121da
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ 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 %}