mondart.com/mondarth-com/themes/mondarth/layouts/partials/site-favicon.html
2024-07-13 11:25:02 +01:00

4 lines
130 B
HTML

{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/png" />
{{ end }}