We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce63272 commit 95753cdCopy full SHA for 95753cd
1 file changed
site/_layouts/default.html
@@ -9,6 +9,7 @@
9
<title>{{ site.title }}</title>
10
{%- endif -%}
11
{% include styles.html %}
12
+ <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}">
13
</head>
14
<body>
15
<header class="mb-4">
0 commit comments