Theateraufführungen als Liste

This commit is contained in:
Simon Martens
2023-02-06 17:08:38 +01:00
parent 5874fdc0e2
commit ae2b1a7bcd
51 changed files with 340 additions and 109 deletions

View File

@@ -42,7 +42,7 @@ eleventyNavigation:
<div class="text-xl pr-1 pl-3 py-2 grow-0 min-w-[4rem] font-bold self-start z-0 sticky top-20 order-2" >{{ jahr }}</div>
<div class="px-4 border-r-2 grow py-2 border-slate-400">
{% endif %}
<div class="mb-3 pl-6 -indent-6 max-w-[90ch] searchable">{{ post.content | safe }}</div>
<div class="mb-3 pl-6 -indent-6 searchable">{{ post.content | safe }}</div>
{%- endfor -%}
</div>
</div>