mirror of
https://git.coop/cotech/website.git
synced 2024-12-23 11:05:24 +00:00
Generate canonical URL link dynamically from page URL
This commit is contained in:
parent
2defd296bd
commit
8bf8a8f365
@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>About « Cooperative Technologists</title>
|
<title>About « Cooperative Technologists</title>
|
||||||
<link rel="canonical" href="https://www.coops.tech/about/">
|
<link rel="canonical" href="{{ page.url | absolute_url }}">
|
||||||
<link rel='dns-prefetch' href='//s.w.org' />
|
<link rel='dns-prefetch' href='//s.w.org' />
|
||||||
<link rel='stylesheet' id='oowp_css-css' href='/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' />
|
<link rel='stylesheet' id='oowp_css-css' href='/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' />
|
||||||
<link rel='stylesheet' id='app-css' href='/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
|
<link rel='stylesheet' id='app-css' href='/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