From 33805060a6ae1277e117df679935e3e342823bf3 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 12:13:53 +0100 Subject: [PATCH] Extract page title variable for top-level pages --- 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 5b3ef93..9aab6d5 100644 --- a/about.html +++ b/about.html @@ -1,11 +1,12 @@ --- +title: About --- - About « Cooperative Technologists + {{ page.title }} « Cooperative Technologists diff --git a/join.html b/join.html index 2bcbf1b..15dbe5a 100644 --- a/join.html +++ b/join.html @@ -1,11 +1,12 @@ --- +title: Join --- - Join « Cooperative Technologists + {{ page.title }} « Cooperative Technologists diff --git a/manifesto.html b/manifesto.html index 4acef5b..ef4b066 100644 --- a/manifesto.html +++ b/manifesto.html @@ -1,11 +1,12 @@ --- +title: Manifesto --- - Manifesto « Cooperative Technologists + {{ page.title }} « Cooperative Technologists