Handschriften Update

This commit is contained in:
Simon Martens
2023-02-07 10:48:54 +01:00
parent 0fea1cf4ca
commit 9b2627fecc
30 changed files with 33 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
---
Ort: Auzeville, zuletzt Privatbesitz
Short: Auzeville
---

View File

@@ -1,5 +1,6 @@
---
Ort: Baltimore, Milton S. Eisenhower Library
Short: Baltimore
---

View File

@@ -1,5 +1,6 @@
---
Ort: Basel, Staatsarchiv
Short: Basel, Staatsarchiv
---

View File

@@ -1,5 +1,6 @@
---
Ort: Basel, Öffentliche Bibliothek der Universität Basel
Short: Basel, Universitätsbib.
---

View File

@@ -1,5 +1,6 @@
---
Ort: Berlin, Archiv der Berlin-Brandenburgischen Akademie der Wissenschaften
Short: Berlin, Akademie
---

View File

@@ -1,5 +1,6 @@
---
Ort: Berlin, Staatsbibliothek zu Berlin Preußischer Kulturbesitz
Short: Berlin, Staatsbib.
---

View File

@@ -1,5 +1,6 @@
---
Ort: Biberach, Wieland-Museum
Short: Biberach
---

View File

@@ -1,5 +1,6 @@
---
Ort: Cologny-Genève, Bibliotheca Bodmeriana
Short: Cologny-Genève
---

View File

@@ -1,5 +1,6 @@
---
Ort: Düsseldorf, Goethe-Museum
Short: Düsseldorf
---

View File

@@ -1,5 +1,6 @@
---
Ort: Frankfurt/Main, Freies Deutsches Hochstift
Short: Frankfurt
---

View File

@@ -1,5 +1,6 @@
---
Ort: Freiburg, Universitätsbibliothek
Short: Freiburg
---

View File

@@ -1,5 +1,6 @@
---
Ort: Hamburg, Staats- und Universitätsbibliothek Carl von Ossietzky
Short: Hamburg
---

View File

@@ -1,5 +1,6 @@
---
Ort: Hannover, Stadtarchiv
Short: Hannover
---

View File

@@ -1,3 +1,4 @@
---
Ort: Heidelberg, Theodor Springmann Stiftung
Short: Heidelberg
---

View File

@@ -1,5 +1,6 @@
---
Ort: Jugenheim, Privatbesitz
Short: Jugenheim
---

View File

@@ -1,5 +1,6 @@
---
Ort: Kopenhagen, Rigsarkivet
Short: Kopenhagen
---

View File

@@ -1,5 +1,6 @@
---
Ort: Kraków, Biblioteka Jagiellońska
Short: Kraków
---
Dieser Bestand wird zur Zeit bearbeitet.

View File

@@ -1,5 +1,6 @@
---
Ort: Leipzig, Universitätsbibliothek
Short: Leipzig
---

View File

@@ -1,5 +1,6 @@
---
Ort: Mainz, Martinus-Bibliothek
Short: Mainz
---

View File

@@ -1,5 +1,6 @@
---
Ort: Marbach, Deutsches Literaturarchiv
Short: Marbach
---

View File

@@ -1,5 +1,6 @@
---
Ort: Nürnberg, Germanisches Nationalmuseum
Short: Nürnberg
---

View File

@@ -1,5 +1,6 @@
---
Ort: Riga, Latvijas Akadēmiskā Bibliotekā
Short: Riga, Universitätsbib.
---

View File

@@ -1,5 +1,6 @@
---
Ort: Riga, Latvijas Valsts Vēstures Arhīvs
Short: Riga, Staatsarchiv
---

View File

@@ -1,5 +1,6 @@
---
Ort: Tallinn, Eesti Ajaloomuuseum
Short: Tallinn
---

View File

@@ -1,5 +1,6 @@
---
Ort: Weimar, Goethe- und Schiller-Archiv
Short: Weimar, Goethe-Archiv
---

View File

@@ -1,5 +1,6 @@
---
Ort: Weimar, Goethe-Nationalmuseum
Short: Weimar, Nationalmuseum
---

View File

@@ -1,5 +1,6 @@
---
Ort: Weimar, Thüringisches Hauptstaatsarchiv
Short: Weimar, Staatsarchiv
---

View File

@@ -1,5 +1,6 @@
---
Ort: Zürich, Zentralbibliothek
Short: Zürich
---

View File

@@ -18,22 +18,22 @@ eleventyNavigation:
<div class="sticky top-0 z-20">
<div class="z-10 bg-slate-100 px-4 py-0.5 pt-1 self-start w-full flex flex-row items-baseline gap-x-3">
<div class="z-10 bg-slate-100 px-4 py-0.5 pt-1.5 self-start w-full flex flex-row items-baseline gap-x-3">
<input class="grow p-0.5 px-1 my-1 mb-2 border border-slate-300" type="text" name="keyword" class="form-control input-sm" placeholder="Liste durchsuchen...">
<div class="hideifsearching">
Jahr&nbsp;
<select class="bg-white px-1.5 pt-1.5 pb-1 border border-slate-300" onchange="window.location.href=this.value" >
{% set jahr = "" %}
{% set count = 0 %}
{%- for post in collections.sekundaer -%}
{% if count % 40 == 0 and jahr !== post.data.Jahr %}
<option value="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</option>&nbsp;&nbsp;
{% if count % 50 == 0 and jahr !== post.data.Jahr %}
<option value="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</option>
{% set jahr = post.data.Jahr %}
{% endif %}
{% set count = count + 1 %}
{%- endfor -%}
</select>
</div>
<input class="grow p-0.5 px-1 my-1 mb-2 border border-slate-300" type="text" name="keyword" class="form-control input-sm" placeholder="Liste durchsuchen...">
<button class="bg-white shrink py-0.5 px-1.5 border border-slate-300 showifsearching" onclick="var input = this.previousElementSibling; input.value = ''; input.focus(); search();" alt="Clear the search form">Suche abbrechen</button>
<a class="bg-white shrink py-0.5 px-1.5 border border-slate-300" id="scrollbutton" href="#top">↑&nbsp;nach oben</a>
</div>

View File

@@ -42,7 +42,7 @@
<meta name="twitter:domain" content="{% if image %}{{ image }}{% else %}{{ config.image }}{% endif %}">
</head>
<body class="w-full h-full">
<body class="bg-slate-50 w-full h-full">
<div class="
px-12
max-w-screen-2xl