add favicon

This commit is contained in:
Joshua Goins 2022-10-27 10:56:25 -04:00
parent 976d1ddbe3
commit 1756e52dee
2 changed files with 2 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -30,4 +30,6 @@
{{ $style = $style | minify | fingerprint | resources.PostProcess }}
{{ end }}
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
</head>