fix: feed link fixes

This commit is contained in:
Cory Dransfeldt 2023-05-05 17:19:29 -07:00
parent 7f9dcbe44d
commit 3c776a11d9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
{% block update %}
{{ collections.entries | rssLastUpdatedDate }}{% endblock %}
</updated>
<id>{{ site.url }}/{% block id %}posts/{% endblock %}
<id>{{ site.url }}</id>
</id>
<author>
<name>{{ site.author }}</name>