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