From 492caf6eb7f75ca87691a04a70c8a57c5e047c6c Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Sat, 4 Feb 2023 19:13:19 +0100 Subject: [PATCH] =?UTF-8?q?Optimierungen=20in=20Handschriften;=20Schriftgr?= =?UTF-8?q?=C3=B6=C3=9Fe=20in=20Men=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dynamic/handschriften.njk | 6 +++--- src/includes/footer.njk | 10 ---------- src/includes/header.njk | 2 +- src/includes/search.njk | 10 ++++++++++ src/includes/sidebar.njk | 1 + src/includes/sidenav.njk | 2 +- src/layouts/base.njk | 2 +- src/static/css/output.css | 2 +- src/static/css/site.css | 6 +++--- 9 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 src/includes/search.njk diff --git a/src/dynamic/handschriften.njk b/src/dynamic/handschriften.njk index 4bf4fd3..4129169 100644 --- a/src/dynamic/handschriften.njk +++ b/src/dynamic/handschriften.njk @@ -34,9 +34,9 @@ eleventyNavigation:
{%- for post in collections.handschriften -%} -
-
{{ post.data.Ort | safe }}
-
{{ post.content | safe }}
+
+
{{ post.data.Ort | safe }}
+
{{ post.content | safe }}
{%- endfor -%}
diff --git a/src/includes/footer.njk b/src/includes/footer.njk index eb26b73..7bfc2dd 100644 --- a/src/includes/footer.njk +++ b/src/includes/footer.njk @@ -1,13 +1,3 @@ -
-
-
-
- - -
-
-
-