mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-21 22:07:50 +01:00
4 lines
133 B
HTML
4 lines
133 B
HTML
{{ if .Site.Params.favicon }}
|
|
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
|
|
{{ end }}
|