use nicer-looking spiral as favicon

This commit is contained in:
xenofem 2020-06-22 03:03:07 -04:00
parent e6f1f6c4ef
commit 1a806ef2c8
5 changed files with 21 additions and 23 deletions

View file

@ -6,7 +6,7 @@
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/toggles.css">
<link rel="icon" type="image/png" href="/icons/icon-192.png">
<link rel="icon" type="image/png" href="/icons/icon.png">
{{ block "styles" . }}{{ end }}
</head>
<body>