diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 20:22:51 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 20:22:51 -0400 |
commit | cf1a3013a9fafaa88165e5620c357921607d37ee (patch) | |
tree | a9668c9d0c4bc06a0754b2b1ab0a2a6226802c53 /layouts/partials/head.html | |
parent | lots more little typography tweaks (diff) | |
download | blog-cf1a3013a9fafaa88165e5620c357921607d37ee.tar.gz |
oops
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
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" }} |