Add canonical tag, fix meta description
This commit is contained in:
parent
8232c4b3bf
commit
1a8d9cb320
|
@ -5,7 +5,7 @@
|
|||
<title>{{ page.title }}</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="stefan burke - programmer - manchester, uk"
|
||||
content="Chobble.com - ethical web development in Manchester, UK"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
|
@ -16,6 +16,7 @@
|
|||
<style>
|
||||
{{ styles | scssify }}
|
||||
</style>
|
||||
<link rel="canonical" href="https://chobble.com{{ page.url }}" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
|
Loading…
Reference in a new issue