mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix missing date
This commit is contained in:
parent
3a6c767a10
commit
865076a40a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
{% if include.pre_header %}
|
{% if include.pre_header %}
|
||||||
{{ include.pre_header }} -
|
{{ include.pre_header }} -
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ post.date | date: "%-d. %b %Y" }}
|
{{ episode.date | date: "%-d. %b %Y" }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex-shrink-0 right-0 absolute right-0">
|
<div class="flex-shrink-0 right-0 absolute right-0">
|
||||||
<div class="flex ">
|
<div class="flex ">
|
||||||
|
|
Loading…
Add table
Reference in a new issue