Add canonical tag, fix meta description

This commit is contained in:
stefan burke 2024-12-10 10:22:06 +00:00
parent 8232c4b3bf
commit 1a8d9cb320

View file

@ -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>