mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 17:25:33 +00:00
Anfang Handschriften
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user