Just remove the favicon for now

This commit is contained in:
Jan-Lukas Else 2020-12-24 08:47:02 +01:00
parent 386b75f237
commit 59388e8654
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@
<meta name=viewport content="width=device-width,initial-scale=1">
<meta http-equiv=x-ua-compatible content="IE=edge">
<link rel="stylesheet" href="{{ asset "css/styles.css" }}">
{{ if user.Emoji }}
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ user.Emoji }}</text></svg>">
{{ else if user.Picture }}
<link rel="icon" href="{{ user.Picture }}">
{{ end }}
{{ with .Canonical }}<link rel="canonical" href="{{ . }}">{{ end }}
{{ template "title" . }}
<link rel="alternate" type="application/rss+xml" title="RSS ({{ .Blog.Title }})" href="{{ .Blog.Path }}.rss"/>