Extract page title variable for top-level pages
This commit is contained in:
parent
224620ca88
commit
33805060a6
@ -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' />
|
||||
|
@ -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' />
|
||||
|
@ -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' />
|
||||
|
Loading…
Reference in New Issue
Block a user