diff --git a/_includes/footer.njk b/_includes/footer.njk new file mode 100644 index 0000000..36d8766 --- /dev/null +++ b/_includes/footer.njk @@ -0,0 +1,15 @@ + diff --git a/_layouts/page.njk b/_layouts/page.njk index 1c85b47..6f5f336 100644 --- a/_layouts/page.njk +++ b/_layouts/page.njk @@ -11,5 +11,7 @@
{{ content | safe }}
+ + {% include 'footer.njk' %} diff --git a/content/accessibility.md b/content/accessibility.md new file mode 100644 index 0000000..320af8c --- /dev/null +++ b/content/accessibility.md @@ -0,0 +1,7 @@ +--- +layout: page.njk +eleventyNavigation: + key: Accessibility +tags: footerNav +--- +# Accessibility diff --git a/content/guidelines.md b/content/guidelines.md new file mode 100644 index 0000000..6f2b62a --- /dev/null +++ b/content/guidelines.md @@ -0,0 +1,7 @@ +--- +layout: page.njk +eleventyNavigation: + key: Community Guidelines +tags: footerNav +--- +# Community Guidelines diff --git a/content/imprint.md b/content/imprint.md new file mode 100644 index 0000000..aa490e8 --- /dev/null +++ b/content/imprint.md @@ -0,0 +1,7 @@ +--- +layout: page.njk +eleventyNavigation: + key: Imprint +tags: footerNav +--- +# Imprint diff --git a/content/privacy.md b/content/privacy.md new file mode 100644 index 0000000..21aedbe --- /dev/null +++ b/content/privacy.md @@ -0,0 +1,7 @@ +--- +layout: page.njk +eleventyNavigation: + key: Privacy +tags: footerNav +--- +# Privacy Policy