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>

View file

@ -14,7 +14,7 @@ permalink: /links.xml
<title>{{ link.content.title | escape }}</title>
<link href="{{link.content.url}}" />
<updated>{{ link.content.library.last_favorited_date | date: "%m.%d.%Y" }}</updated>
<id>{{ link.content.link }}</id>
<id>{{ link.content.url }}</id>
<content type="html">
{{ link.excerpt | escape }}
</content>