summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/_partials/head.html
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-07-26 16:11:15 +0200
committerjaseg <git@jaseg.de>2025-07-26 16:11:15 +0200
commitdf627459f2520e11b16ebd54e3a6ec95133599ad (patch)
treef22649007dbde25915feca168a1477d88d160f36 /themes/conspiracy/layouts/_partials/head.html
parent90e8ff7ac09d9011eb6dc9467ee87de61fa3fcc7 (diff)
parentd91500da884b5dd240de0d35517c4ef4e87b5c2c (diff)
downloadblog-df627459f2520e11b16ebd54e3a6ec95133599ad.tar.gz
blog-df627459f2520e11b16ebd54e3a6ec95133599ad.tar.bz2
blog-df627459f2520e11b16ebd54e3a6ec95133599ad.zip
deploy.py auto-commit
Diffstat (limited to 'themes/conspiracy/layouts/_partials/head.html')
-rw-r--r--themes/conspiracy/layouts/_partials/head.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/conspiracy/layouts/_partials/head.html b/themes/conspiracy/layouts/_partials/head.html
deleted file mode 100644
index 026a312..0000000
--- a/themes/conspiracy/layouts/_partials/head.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<head>
- <meta charset="utf-8">
- <title>{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ site.Title }}</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="color-scheme" content="dark light">
-
- {{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }}
- <link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}">
-
- <link rel="preload" href="{{ (resources.Get "fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf").RelPermalink }}" as="font" type="font/ttf" crossorigin />
- <link rel="preload" href="{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2").RelPermalink }}" as="font" type="font/woff2" crossorigin />
- <link rel="preload" href="{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2").RelPermalink }}" as="font" type="font/woff2" crossorigin />
- <link rel="preload" href="{{ (resources.Get "fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2").RelPermalink }}" as="font" type="font/woff2" crossorigin />
-</head>