Add favicon
This commit is contained in:
parent
b7f74991c4
commit
13a3062a3f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue