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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user