From b823eed522ace09d37c81727c01baa664f2d9610 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 17:32:16 +0100 Subject: [PATCH] Extract header include from layouts --- _includes/header.html | 14 ++++++++++++++ _layouts/co-op.html | 15 +-------------- _layouts/default.html | 15 +-------------- _layouts/service.html | 15 +-------------- _layouts/technology.html | 15 +-------------- 5 files changed, 18 insertions(+), 56 deletions(-) create mode 100644 _includes/header.html diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..b2fad5a --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,14 @@ +
+
+ +
+
diff --git a/_layouts/co-op.html b/_layouts/co-op.html index 87ca863..692b4d4 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -7,20 +7,7 @@ -
-
- -
-
+ {% include header.html %}
diff --git a/_layouts/default.html b/_layouts/default.html index 7a4d994..ea432ef 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,20 +5,7 @@ -
-
- -
-
+ {% include header.html %}
diff --git a/_layouts/service.html b/_layouts/service.html index 70b0215..9c7cda0 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -7,20 +7,7 @@ -
-
- -
-
+ {% include header.html %}
diff --git a/_layouts/technology.html b/_layouts/technology.html index d6932c7..3121618 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -7,20 +7,7 @@ -
-
- -
-
+ {% include header.html %}