diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 11:03:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 11:03:23 -0500 |
| commit | 9f40f4a056faf194226c5ca533b52b86ffe60537 (patch) | |
| tree | df4fa8f1af82653a0d69d4eb77e75e467d3c50af /themes/aoidh/layouts/_partials/head.html | |
| parent | 4a22ce5d9dd64d45555e7d18fc780b54b3f4ec86 (diff) | |
| download | samanthony.xyz-9f40f4a056faf194226c5ca533b52b86ffe60537.zip | |
remove theme
Diffstat (limited to 'themes/aoidh/layouts/_partials/head.html')
| -rw-r--r-- | themes/aoidh/layouts/_partials/head.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/aoidh/layouts/_partials/head.html b/themes/aoidh/layouts/_partials/head.html deleted file mode 100644 index 2720637..0000000 --- a/themes/aoidh/layouts/_partials/head.html +++ /dev/null @@ -1,6 +0,0 @@ -<meta charset="utf-8"> -<meta name="viewport" content="width=device-width"> -<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> -{{- with resources.Get "aoidh.css" | minify }} - <link rel="stylesheet" href="{{ .RelPermalink }}"> -{{- end }} |