Added ability to configure a favicon
This commit is contained in:
parent
ecb7e949e7
commit
f574b51db4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
{{ end }}
|
||||
|
||||
{{ .Hugo.Generator }}
|
||||
{{ if isset .Site.Params "favicon" }}
|
||||
<link href='{{ .Site.BaseURL }}{{ .Site.Params.favicon }}' rel='icon' type='image/x-icon'/>
|
||||
{{ end }}
|
||||
|
||||
<link rel="alternate" href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue