This commit is contained in:
ryfrd 2025-08-11 18:27:20 +01:00
parent 1c5aef8c2a
commit 32d81f0138
78 changed files with 1555 additions and 2128 deletions

View file

@ -15,11 +15,6 @@
{{ $resources = $resources | append (resources.Get "css/min770px.css") -}}
{{ $dark := .Site.Params.dark | default "auto" -}}
{{ if not (eq $dark "off") -}}
{{ $resources = $resources | append (resources.Get "css/dark.css" | resources.ExecuteAsTemplate "dark.css" .) -}}
{{ end -}}
{{ if .Site.Params.highlight -}}
{{ $resources = $resources | append (resources.Get "css/syntax.css") -}}
{{ end -}}
@ -28,7 +23,5 @@
{{ printf `<link rel="stylesheet" href="%s">` $css.RelPermalink | safeHTML }}
<link rel="canonical" href="{{ .Permalink }}" />
<!--mastodon verification-->
<a rel="me" href="https://exuberant.men/@james"></a>
<title>{{ .Title }}</title>
</head>