diff --git a/about.html b/about.html index 5b3ef93..9aab6d5 100644 --- a/about.html +++ b/about.html @@ -1,11 +1,12 @@ --- +title: About --- <!doctype html> <html lang="en-US"> <head> <!-- TODO this could do with a tidy-up --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"> - <title>About « Cooperative Technologists</title> + <title>{{ page.title }} « Cooperative Technologists</title> <link rel="canonical" href="{{ page.url | absolute_url }}"> <link rel='stylesheet' id='oowp_css-css' href='{{ site.github.url }}/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' /> <link rel='stylesheet' id='app-css' href='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' /> diff --git a/join.html b/join.html index 2bcbf1b..15dbe5a 100644 --- a/join.html +++ b/join.html @@ -1,11 +1,12 @@ --- +title: Join --- <!doctype html> <html lang="en-US"> <head> <!-- TODO this could do with a tidy-up --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"> - <title>Join « Cooperative Technologists</title> + <title>{{ page.title }} « Cooperative Technologists</title> <link rel="canonical" href="{{ page.url | absolute_url }}" /> <link rel='stylesheet' id='oowp_css-css' href='{{ site.github.url }}/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' /> <link rel='stylesheet' id='app-css' href='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' /> diff --git a/manifesto.html b/manifesto.html index 4acef5b..ef4b066 100644 --- a/manifesto.html +++ b/manifesto.html @@ -1,11 +1,12 @@ --- +title: Manifesto --- <!doctype html> <html lang="en-US"> <head> <!-- TODO this could do with a tidy-up --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"> - <title>Manifesto « Cooperative Technologists</title> + <title>{{ page.title }} « Cooperative Technologists</title> <link rel="canonical" href="{{ page.url | absolute_url }}" /> <link rel='stylesheet' id='oowp_css-css' href='{{ site.github.url }}/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' /> <link rel='stylesheet' id='app-css' href='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />