We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6244c commit a5dca93Copy full SHA for a5dca93
src/theme/index.hbs
@@ -15,6 +15,12 @@
15
<!-- Custom HTML head -->
16
{{> head}}
17
18
+ {{#if (eq slug "title-page") }}
19
+ <link rel="canonical" href="{{ base_url }}/" />
20
+ {{else}}
21
+ <link rel="canonical" href="{{ base_url }}/{{ slug }}" />
22
+ {{/if}}
23
+
24
<meta name="description" content="{{ description }}">
25
<meta name="viewport" content="width=device-width, initial-scale=1">
26
<meta name="theme-color" content="#ffffff">
0 commit comments