Merge pull request #40 from laurauzcategui/fix-favicon-templating

- Changing favicon to be dynamic by paramaters
This commit is contained in:
Kazuki Koide 2019-04-02 10:53:24 +09:00 committed by GitHub
commit 116ade77a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }}