fix: link date

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:15:38 -07:00
parent 3efe1d5e48
commit 9c84159c79
No known key found for this signature in database

View file

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