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 %}
|
||||
{{ collections.entries | rssLastUpdatedDate }}{% endblock %}
|
||||
</updated>
|
||||
<id>{{ site.url }}</id>
|
||||
</id>
|
||||
<id>{{ site.url }}/</id>
|
||||
<author>
|
||||
<name>{{ site.author }}</name>
|
||||
<email>{{ site.email }}</email>
|
||||
|
|
Reference in a new issue