This commit is contained in:
2024-08-19 14:46:38 +02:00
parent 526c6aaf7c
commit 4572d10923
8 changed files with 66 additions and 19 deletions

View File

@@ -46,14 +46,14 @@
</div>
<div class="flex flex-col text-left leading-none uppercase">
{% if author %}
<p class="text-gray-700 text-xs">{{ author.title }}</p>
<p class="text-gray-50 text-xs">{{ author.title }}</p>
{% endif %}
<p class="text-gray-700 text-xs">
<p class="text-gray-50 text-xs">
<time datetime="{{post.date}}">
{{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
</time>
</p>
<p class="flex justify-between lowercase my-2 items-center text-gray-700 text-xs"><span id="time"
<p class="flex justify-between lowercase my-2 items-center text-gray-50 text-xs"><span id="time"
class="time"></span>
</p>
</div>