Close canonical link tag in about page

To match join & manifesto pages.
This commit is contained in:
James Mead 2017-07-01 12:14:49 +01:00
parent 33805060a6
commit 61a3f65dce
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ title: About
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>{{ page.title }} &laquo; Cooperative Technologists</title>
<link rel="canonical" href="{{ page.url | absolute_url }}">
<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' />
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>