diff options
-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" }} |