fix: link date

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:14:30 -07:00
parent 171cb76bbf
commit 3efe1d5e48
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ permalink: /links.xml
<entry>
<title>{{ article.content.title | escape }}</title>
<link href="{{article.content.url}}" />
<updated>{{ article.history.feed_dirty_date | date: "%m.%d.%Y" }}</updated>
<updated>{{ article.history.publication_date | date: "%m.%d.%Y" }}</updated>
<id>{{ article.content.id }}</id>
<content type="html">
{{ article.excerpt | escape }}