1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-09 01:38:05 +00:00

Changed pubdate to timestamp

This commit is contained in:
Ozzieisaacs
2020-06-06 09:52:35 +02:00
parent d1b533848d
commit 827b0c6e50
4 changed files with 6 additions and 10 deletions

View File

@@ -160,7 +160,7 @@
</div>
{% endif %}
{% if entry.pubdate[:10] != '0101-01-01' %}
{% if (entry.pubdate|string)[:10] != '0101-01-01' %}
<div class="publishing-date">
<p>{{_('Published')}}: {{entry.pubdate|formatdate}} </p>
</div>