Skip to content

Commit 9249f34

Browse files
committed
add site.baseurl support
1 parent 1cb3b64 commit 9249f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta name="description" content="{{ site.description }}">
77
<meta name="keyword" content="{{ site.keyword }}">
8-
<link rel="shortcut icon" href="/img/favicon.ico">
8+
<link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon.ico">
99

1010
<title>{% if page.title %}{{ page.title }} - {{ site.SEOTitle }}{% else %}{{ site.SEOTitle }}{% endif %}</title>
1111

0 commit comments

Comments
 (0)