changed datetime format of published tag
This commit is contained in:
parent
0f3f918153
commit
2816a75c3e
|
@ -53,7 +53,7 @@
|
|||
<name>{{entry.Books.publishers[0].name}}</name>
|
||||
</publisher>
|
||||
{% endif %}
|
||||
<published>{{entry.Books.pubdate}}</published>
|
||||
<published>{{entry.Books.pubdate.strftime("%Y-%m-%dT%H:%M:%S+00:00")}}</published>
|
||||
{% for lang in entry.Books.languages %}
|
||||
<dcterms:language>{{lang.lang_code}}</dcterms:language>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user