Initial site working
This commit is contained in:
3
themes/ananke/layouts/partials/site-favicon.html
Normal file
3
themes/ananke/layouts/partials/site-favicon.html
Normal file
@ -0,0 +1,3 @@
|
||||
{{ if .Site.Params.favicon }}
|
||||
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
|
||||
{{ end }}
|
Reference in New Issue
Block a user