mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
4 lines
131 B
HTML
4 lines
131 B
HTML
{{ if .Site.Params.favicon }}
|
|
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon">
|
|
{{ end }}
|