chore: fix links
This commit is contained in:
parent
a0e8ec25de
commit
3c974f28b0
2 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@ permalink: /books.xml
|
|||
{% for book in books %}
|
||||
<entry>
|
||||
<title>{{ book.title | escape }}</title>
|
||||
<link href="{{ book.link | stripUtm | encodeAmp }}" />
|
||||
<link href="{{ book.url | stripUtm | encodeAmp }}" />
|
||||
<updated>{{ book.dateAdded | date: "%m.%d.%Y" }}</updated>
|
||||
<id>{{ book.link | stripUtm | encodeAmp }}</id>
|
||||
<id>{{ book.url | stripUtm | encodeAmp }}</id>
|
||||
<content type="html"></content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue