mondart.com/mondarth-com/themes/mondarth/layouts/partials/site-favicon.html

4 lines
130 B
HTML
Raw Normal View History

2024-07-13 11:25:02 +01:00
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/png" />
{{ end }}