chore: book date fixes
This commit is contained in:
parent
316cd9e83d
commit
b74b49f52d
4 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
<link href="{{ pkg.homepage }}/books.xml" rel="self" />
|
||||
<link href="{{ pkg.homepage }}/" />
|
||||
<link rel="hub" href="https://pubsubhubbub.superfeedr.com/" />
|
||||
<updated>{% block update %}{{ books[0].finished | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}</updated>
|
||||
<updated>{% block update %}{{ book[0].started | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}</updated>
|
||||
<id>{{ site.url }}</id>
|
||||
<author>
|
||||
<name>{{ site.name }}</name>
|
||||
|
|
Reference in a new issue