diff --git a/src/rss.njk b/src/rss.njk index 682c690..3fa79ab 100644 --- a/src/rss.njk +++ b/src/rss.njk @@ -3,9 +3,7 @@ permalink: /rss.xml layout: null eleventyExcludeFromCollections: true excludeFromSitemap: true ---- - - +--- {{ meta.siteName }} {{ meta.siteDescription }} @@ -22,7 +20,7 @@ excludeFromSitemap: true {{ post.date }} {%- for tag in post.data.tags %}{%- endfor %} - {{ post.content | escape }} - -{% endfor %} - + {{ post.content | escape }} + + {% endfor %} +