Skip to content

Commit a232353

Browse files
committed
Modify _includes/head.html
Add <link> tag for favicon Change canonical <link> tag to get site URL from page.url Liquid variable instead of using literal string.
1 parent b82eb66 commit a232353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/head.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
<script src="{{ site.data.core.prefix-free-link }}"></script>
1616
<script src="{{ site.data.core.coockies-link }}"></script>
1717
<link rel="stylesheet" type="text/css" href="{{ site.data.core.cookie-consent-url }}" />
18-
<link rel="canonical" href="https://delphidabbler.com{{ page.url | remove: ".html" }}">
18+
<link rel="canonical" href="{{ site.url }}{{ page.url | remove: ".html" }}">
19+
<link rel="icon" type="image/x-icon" href="/favicon.ico">

0 commit comments

Comments
 (0)