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' %}