From 28c0fb7bcf0712b5a54f4b355a9d11b5fbca8bb2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Jan 2019 20:01:38 +0000 Subject: [PATCH] Add footer partial --- source/_layouts/default.html.twig | 15 +-------------- source/_partials/layout/footer.html.twig | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 source/_partials/layout/footer.html.twig diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 68e8a2e0..386e599b 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -16,19 +16,6 @@ {% endblock %} - + {% include 'layout/footer' %} {% endblock %} diff --git a/source/_partials/layout/footer.html.twig b/source/_partials/layout/footer.html.twig new file mode 100644 index 00000000..ff9d1c82 --- /dev/null +++ b/source/_partials/layout/footer.html.twig @@ -0,0 +1,14 @@ +