fix: formatting
This commit is contained in:
parent
ba27c649c5
commit
257aebf8b0
3 changed files with 7 additions and 7 deletions
|
@ -10,9 +10,9 @@ permalink: /links.xml
|
|||
{% for link in links %}
|
||||
<entry>
|
||||
<title>{{ link.title | escape }}</title>
|
||||
<link href="{{link.link}}" />
|
||||
<link href="{{ link.url | url_encode }}" />
|
||||
<updated>{{ link.date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}</updated>
|
||||
<id>{{ link.url }}</id>
|
||||
<id>{{ link.url | url_encode }}</id>
|
||||
<content type="html"></content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue