Anfang Handschriften

This commit is contained in:
Simon Martens
2023-02-03 01:29:40 +01:00
parent 29a9428207
commit f4000cdd13
3 changed files with 26 additions and 4 deletions

View File

@@ -6,4 +6,16 @@ eleventyNavigation:
parent: Verzeichnisse
order: 1
pdf: yes
---
---
<div class="mt-4 w-full" id="list">
{%- for post in collections.handschriften -%}
<div class="handschrift-sammlung w-full mb-12">
<div class="text-xl font-bold pb-4">{{ post.data.Ort | safe }}</div>
<div class="flex flex-row flex-wrap gap-x-4 gap-y-4 justify-start ">{{ post.content | safe }}</div>
</div>
{%- endfor -%}
</div>
</div>
</div>