remove cdn link from head template

This commit is contained in:
Iris Lightshard 2023-02-07 18:25:49 -07:00
parent 9b97b3b209
commit 49f6bb04d9
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -3,7 +3,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link rel="stylesheet" href="https://cdn.icyphox.sh/fonts/inter.css" type="text/css">
<link rel="icon" type="image/png" size="32x32" href="/static/legit.png">
{{ if and .servername .gomod }}
<meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}">