commit 8f17db9a66123ff41dfde308a5bd7cd8b6de6baf
parent 50c34e5bfb5617faffec35706711165ff914e4c4
Author: corndog <cauchyn@firemail.cc>
Date: Wed, 25 Dec 2019 15:06:24 -0800
Inline blank favicon
to suppress inevitable 404 request
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/site.tmpl b/site.tmpl
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ if not (.Is "index.html") }}{{ with .Title }}{{ . }} | {{ end }}{{ end }}{{ .Site.Other.Title }}</title>
+ <link href=data:, rel=icon>
<link rel="preload" as="font" type="font/woff" crossorigin href="{{ .Rel "static/charter/charter_regular.woff" }}">
<link rel="preload" as="font" type="font/woff" crossorigin href="{{ .Rel "static/cooperhewitt/CooperHewitt-Book.woff" }}">
<link rel="stylesheet" type="text/css" href="{{ .Rel "static/charter.css" }}">