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) }