From d2482a2fd84bf3dfd8814ef26350d68817b41758 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 12:59:45 +0100 Subject: [PATCH] Extract page heading variable --- about.html | 3 ++- join.html | 3 ++- manifesto.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index 5a040a2..97862b9 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,6 @@ --- title: About +heading: About CoTech --- @@ -61,7 +62,7 @@ title: About
-

About CoTech

+

{{ page.heading }}

diff --git a/join.html b/join.html index 7a4e009..052048c 100644 --- a/join.html +++ b/join.html @@ -1,5 +1,6 @@ --- title: Join +heading: Join CoTech --- @@ -61,7 +62,7 @@ title: Join
-

Join CoTech

+

{{ page.heading }}

diff --git a/manifesto.html b/manifesto.html index 00278b7..4e4ca91 100644 --- a/manifesto.html +++ b/manifesto.html @@ -1,5 +1,6 @@ --- title: Manifesto +heading: Our Manifesto --- @@ -61,7 +62,7 @@ title: Manifesto
-

Our Manifesto

+

{{ page.heading }}