Skip to content

Commit 727363c

Browse files
committed
Add canonical URL to document <head>
Fixes #80
1 parent 0c682d6 commit 727363c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
<script src="{{ site.base-url }}{{ site.data.core.prefix-free-link }}"></script>
1212
<script src="{{ site.base-url }}{{ site.data.core.coockies-link }}"></script>
1313
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
14+
<link rel="canonical" href="https://delphidabbler.com{{ page.url | remove: ".html" }}">

0 commit comments

Comments
 (0)