fix: link date
This commit is contained in:
parent
3efe1d5e48
commit
9c84159c79
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Reference in a new issue