chore: book date fixes
This commit is contained in:
parent
316cd9e83d
commit
b74b49f52d
4 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@ permalink: /books.xml
|
|||
<entry>
|
||||
<title>{{ book.title | escape }}</title>
|
||||
<link href="{{book.link}}" />
|
||||
<updated>{{ book.finished | date: "%m.%d.%Y" }}</updated>
|
||||
<updated>{{ book.started | date: "%m.%d.%Y" }}</updated>
|
||||
<id>{{ book.link }}</id>
|
||||
<content type="html"></content>
|
||||
</entry>
|
||||
|
|
Reference in a new issue