Use resource for favicon
This commit is contained in:
parent
4202350038
commit
2e75180662
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<link rel="alternate" type="application/rss+xml" href="{{ .Site.RSSLink }}" />
|
||||
<meta name="superfish" content="nofish" />
|
||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||
<link rel="icon" type="image/png" href='{{ relURL "/img/logo-transparent.png" }}'/>
|
||||
<link rel="icon" type="image/png" href='{{ (resources.Get "/img/logo-transparent.png" | fingerprint).RelPermalink }}'/>
|
||||
|
||||
{{ partial "style.html" "scss/style.scss" }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue