From e6b72490a410d2de8fc709fca2e84d23bad53585 Mon Sep 17 00:00:00 2001
From: Nils Windisch <windisch@sub.uni-goettingen.de>
Date: Thu, 8 Jul 2021 07:39:37 +0200
Subject: [PATCH] fix: faulty title on motif page

closes #64
---
 src/de/motive.md | 3 ++-
 src/motifs.md    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/de/motive.md b/src/de/motive.md
index fec30ba..cb98606 100644
--- a/src/de/motive.md
+++ b/src/de/motive.md
@@ -1,4 +1,3 @@
-<!-- markdownlint-disable MD033 -->
 ---
 home: false
 title: Motive
@@ -9,6 +8,7 @@ layout: Layout
 
 Bereits 1979 begann Max Küchler in seiner Studie "Frühjüdische Weisheitstraditionen" (Fribourg/Göttingen 1979) seine Ausführungen zu Ahiqar mit einer stichwortartigen Zusammenstellung an Themen, die in der Ahiqar-Erzählung behandelt werden. In Anknüpfung daran sind im Folgenden die zentralen Motive und Themen, die in den verschiedenen Transkriptionen Erwähnung finden, zusammengestellt und ausgezeichnet worden. Mit diesem Schritt ist eine motivgeschichtliche Analyse der syrischen und arabischen Aḥiqar-Traditionen erarbeitet, mit deren Hilfe das bisherige Bild von der Überlieferungsgeschichte korrigiert, präzisiert und erheblich erweitert wird. Eine kurze Beschreibung der diversen stichwortartigen Oberbegriffe folgt: {.body-2}
 
+<!-- markdownlint-disable MD033 -->
 <template>
   <v-simple-table>
     <template v-slot:default>
@@ -227,3 +227,4 @@ Bereits 1979 begann Max Küchler in seiner Studie "Frühjüdische Weisheitstradi
     },
   }
 </script>
+<!-- markdownlint-enable MD033 -->
diff --git a/src/motifs.md b/src/motifs.md
index ebd21b5..d306178 100644
--- a/src/motifs.md
+++ b/src/motifs.md
@@ -1,4 +1,3 @@
-<!-- markdownlint-disable MD033 -->
 ---
 home: false
 title: Motifs
@@ -9,6 +8,7 @@ layout: Layout
 
 Already 1979, Max Küchler started his part on Ahiqar (published in his study "Frühjüdische Weisheitstraditionen" (Fribourg/Göttingen 1979)) with a collection of topics in the Ahiqar-tale in note form. In relation to that, we have collected and tagged  the central motifs and themes of this story that are present in the various transcriptions. This process helps to precise, correct and enlarge the motif history of this story. In the following, a short description of each motif is appended: {.body-2}
 
+<!-- markdownlint-disable MD033 -->
 <template>
   <v-simple-table>
     <template v-slot:default>
@@ -227,3 +227,4 @@ Already 1979, Max Küchler started his part on Ahiqar (published in his study "F
     },
   }
 </script>
+<!-- markdownlint-enable MD033 -->
-- 
GitLab