Add favicon

This commit is contained in:
Luca 2020-12-26 18:43:17 +01:00
parent b7f74991c4
commit 13a3062a3f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<title>{{ block "title" . }}
{{ .Title }} | {{ .Site.Title }}
{{ end }}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="icon" href="/franconianNet.svg" sizes="any" type="image/svg+xml">
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head>