We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194eaf0 + 6531a75 commit 116ade7Copy full SHA for 116ade7
layouts/partials/head.html
@@ -10,7 +10,7 @@
10
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11
<meta name="viewport" content="width=device-width, initial-scale=1">
12
<meta name="author" content="{{ .Site.Author }}" />
13
- <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
+ <link rel="shortcut icon" type="image/x-icon" href="/img/{{ .Site.Params.favicon }}">
14
15
<!-- css -->
16
{{ $style := resources.Get "css/style.css" }}
0 commit comments