update page style

This commit is contained in:
2022-01-05 22:55:42 +00:00
parent d7b2f2a524
commit a3188a7f5f

View File

@@ -69,7 +69,7 @@
{% elif post.author %}
<div class="sm:flex flex-col justify-evenly text-gray-600 text-sm sm:text-base">
<a class="underline">{{ post.author }}</a>
<a class="underline">{{ post.author|capfirst }}</a>
<span class="sm:hidden"> am </span>
<span>{{ post.public_date|date:"d. F Y" }}</span>
</div>
@@ -130,8 +130,6 @@
<!-- Content from DB here: -->
{% if request.user.is_authenticated %}
<hr>
{% if post.has_agenda %}
<a href="{{ ep_agenda_link }}">Agenda</a>
{% if filename_agenda %}