diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 19:54:42 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 19:54:42 -0400 |
commit | bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3 (patch) | |
tree | 86e3ffac521a6325e78d38fc22d69e8412dd2245 /layouts/partials/head.html | |
parent | fix headache with main page and mobile (diff) | |
download | blog-bb9436fee3dc00ac845bd9a54cd4ffd55c90adf3.tar.gz |
lots more little typography tweaks
Diffstat (limited to '')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2fe366d..fe097e4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,6 +6,8 @@ {{ 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" }} |