.
This commit is contained in:
parent
1c5aef8c2a
commit
32d81f0138
78 changed files with 1555 additions and 2128 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue