Extract page title variable for top-level pages

This commit is contained in:
James Mead 2017-07-01 12:13:53 +01:00
parent 224620ca88
commit 33805060a6
3 changed files with 6 additions and 3 deletions

View File

@ -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 &laquo; Cooperative Technologists</title>
<title>{{ page.title }} &laquo; 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' />

View File

@ -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 &laquo; Cooperative Technologists</title>
<title>{{ page.title }} &laquo; 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' />

View File

@ -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 &laquo; Cooperative Technologists</title>
<title>{{ page.title }} &laquo; 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' />