Welcome to mirror list, hosted at ThFree Co, Russian Federation.

site-favicon.html « partials « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaaca672d30aa8ef25bf8ef2a27f61ea42e41b8a (plain)
1
2
3
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ .Site.Params.favicon }}" type="image/png" />
{{ end }}