mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
- Changing favicon to be dynamic by paramaters
This commit is contained in:
parent
008e31edad
commit
6531a751bc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="{{ .Site.Author }}" />
|
||||
<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 }}">
|
||||
|
||||
<!-- css -->
|
||||
{{ $style := resources.Get "css/style.css" }}
|
||||
|
|
Loading…
Reference in a new issue