summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/_partials/head.html
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-06-30 14:48:34 +0200
committerjaseg <git@jaseg.de>2025-06-30 14:48:34 +0200
commita324ba7b649840c16d365b757b19db2849991f11 (patch)
treea9cd16a30404f22a6094b0fe664d392af1cf2ad0 /themes/conspiracy/layouts/_partials/head.html
parentbce789de7b4ab2d0d2c58e14b8e221ed5817c09d (diff)
downloadblog-a324ba7b649840c16d365b757b19db2849991f11.tar.gz
blog-a324ba7b649840c16d365b757b19db2849991f11.tar.bz2
blog-a324ba7b649840c16d365b757b19db2849991f11.zip
WIP
Diffstat (limited to 'themes/conspiracy/layouts/_partials/head.html')
-rw-r--r--themes/conspiracy/layouts/_partials/head.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/conspiracy/layouts/_partials/head.html b/themes/conspiracy/layouts/_partials/head.html
new file mode 100644
index 0000000..1196d00
--- /dev/null
+++ b/themes/conspiracy/layouts/_partials/head.html
@@ -0,0 +1,10 @@
+<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 }}">
+</head>