Move feed file to make it more obvious it’s an Atom feed

This commit is contained in:
Zach Leatherman
2024-04-24 17:26:14 -05:00
parent 56d15576a2
commit 26303bb5f1
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ eleventyNavigation:
<email>{{ metadata.author.email }}</email>
</author>
{%- for post in collections.posts | reverse %}
{% set absolutePostUrl %}{{ post.url | htmlBaseUrl(metadata.url) }}{% endset %}
{%- set absolutePostUrl %}{{ post.url | htmlBaseUrl(metadata.url) }}{% endset %}
<entry>
<title>{{ post.data.title }}</title>
<link href="{{ absolutePostUrl }}"/>