From 636d1cc27f5cbf6fd074a3eaea716f3ba7649ec8 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 13:36:32 +0100 Subject: [PATCH] Extract includes from default layout --- _includes/footer.html | 28 +++++++++++++++++++++ _includes/head.html | 26 ++++++++++++++++++++ _layouts/default.html | 57 ++----------------------------------------- 3 files changed, 56 insertions(+), 55 deletions(-) create mode 100644 _includes/footer.html create mode 100644 _includes/head.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..65eefa8 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,28 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..d3ec0d5 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,26 @@ + + + + {{ page.title }} « Cooperative Technologists + + + + + + + + + + + + + diff --git a/_layouts/default.html b/_layouts/default.html index 6c0f6fa..d6684ef 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,33 +1,7 @@ - - - - {{ page.title }} « Cooperative Technologists - - - - - - - - - - - - - - +{% include head.html %} @@ -67,34 +41,7 @@ - + {% include footer.html %}