fix: RSS feed

This commit is contained in:
Devin Haska 2024-07-07 14:36:21 -07:00
parent 1a5368a1e3
commit b82a8ff619
No known key found for this signature in database

View file

@ -3,9 +3,7 @@ permalink: /rss.xml
layout: null
eleventyExcludeFromCollections: true
excludeFromSitemap: true
---
<?xml version="1.0" encoding="utf-8"?>
---<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ meta.siteName }}</title>
<subtitle>{{ meta.siteDescription }}</subtitle>
@ -24,5 +22,5 @@ excludeFromSitemap: true
{%- for tag in post.data.tags %}<category term="{{ tag }}" />{%- endfor %}
<content type="html">{{ post.content | escape }}</content>
</entry>
{% endfor %}
</feed>
{% endfor %}
</feed>