wires

summary refs log tree commit diff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 20:22:51 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 20:22:51 -0400
commitcf1a3013a9fafaa88165e5620c357921607d37ee (patch)
treea9668c9d0c4bc06a0754b2b1ab0a2a6226802c53 /layouts/partials/head.html
parentlots more little typography tweaks (diff)
downloadblog-cf1a3013a9fafaa88165e5620c357921607d37ee.tar.gz
oops
Diffstat (limited to '')
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fe097e4..2fe366d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,8 +6,6 @@
 {{ with .Keywords }}<meta name="keywords" content="{{ delimit . ", " }}"/>{{ end }}
 <link rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"/>
 <link rel="canonical" href="{{ .Permalink }}"/>
-<link rel="preconnect" href="https://rsms.me/">
-<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
 {{ range slice "style.css" "syntax.css"}}
 {{- with resources.Get . }}
   {{- if eq hugo.Environment "development" }}