fix: feed tag
This commit is contained in:
parent
b4bf477ca9
commit
e9a615de0d
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
||||||
{% block update %}
|
{% block update %}
|
||||||
{{ collections.entries | rssLastUpdatedDate }}{% endblock %}
|
{{ collections.entries | rssLastUpdatedDate }}{% endblock %}
|
||||||
</updated>
|
</updated>
|
||||||
<id>{{ site.url }}</id>
|
<id>{{ site.url }}/</id>
|
||||||
</id>
|
|
||||||
<author>
|
<author>
|
||||||
<name>{{ site.author }}</name>
|
<name>{{ site.author }}</name>
|
||||||
<email>{{ site.email }}</email>
|
<email>{{ site.email }}</email>
|
||||||
|
|
Reference in a new issue