Skip to content

Commit 116ade7

Browse files
authored
Merge pull request koirand#40 from laurauzcategui/fix-favicon-templating
- Changing favicon to be dynamic by paramaters
2 parents 194eaf0 + 6531a75 commit 116ade7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<meta name="author" content="{{ .Site.Author }}" />
13-
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
13+
<link rel="shortcut icon" type="image/x-icon" href="/img/{{ .Site.Params.favicon }}">
1414

1515
<!-- css -->
1616
{{ $style := resources.Get "css/style.css" }}

0 commit comments

Comments
 (0)