We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5033dde commit 0d17d88Copy full SHA for 0d17d88
1 file changed
site/_layouts/default.html
@@ -9,7 +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',''}}">
+ <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}" data-proofer-ignore>
13
</head>
14
<body>
15
<header class="mb-4">
0 commit comments