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 1cb3b64 commit 9249f34Copy full SHA for 9249f34
_includes/head.html
@@ -5,7 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<meta name="description" content="{{ site.description }}">
7
<meta name="keyword" content="{{ site.keyword }}">
8
- <link rel="shortcut icon" href="/img/favicon.ico">
+ <link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon.ico">
9
10
<title>{% if page.title %}{{ page.title }} - {{ site.SEOTitle }}{% else %}{{ site.SEOTitle }}{% endif %}</title>
11
0 commit comments