fix: feed link fixes
This commit is contained in:
parent
7f9dcbe44d
commit
3c776a11d9
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue