From 43c8edb2809c621a748deeb5a63f6ab99ddf09ea Mon Sep 17 00:00:00 2001 From: ti ko Date: Thu, 18 Jan 2024 15:51:35 +0100 Subject: [PATCH] contact-imprint-md-readded-needs-hugo-restart-type-in-frontmatter-needed --- content/contact.md | 3 +++ content/imprint.md | 3 +++ static/foot.js | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/contact.md create mode 100644 content/imprint.md diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..c19f2c7 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,3 @@ +--- +type: contact +--- \ No newline at end of file diff --git a/content/imprint.md b/content/imprint.md new file mode 100644 index 0000000..122c13d --- /dev/null +++ b/content/imprint.md @@ -0,0 +1,3 @@ +--- +type: imprint +--- \ No newline at end of file diff --git a/static/foot.js b/static/foot.js index 51797dc..687a9c2 100644 --- a/static/foot.js +++ b/static/foot.js @@ -17,7 +17,6 @@ for (var elem of ['index', "contact", 'imprint']) { ahref.id = elem ahref.href = elem + '.html'; ahref.textContent = elem[0].toUpperCase() + elem.slice(1) - ahref.classList.add('nav') bottomnav.append(ahref) }