From 5c086bc52fa3a226bcf706b1f420a5d98ea377dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 10:45:58 +0100 Subject: Redo most of the blog in Hugo Missing posts will have to be added later --- layouts/_default/baseof.html | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..a3478ab --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,47 @@ +{{- $cssMain := resources.Get "theme/main.scss" | resources.ToCSS | fingerprint -}} + + + + + + + + + + {{ range .AlternativeOutputFormats -}} + + {{ end }} + + {{ .Page.Title }} - {{ .Site.Title }} + + + {{ block "body" . }} + +
+
+ {{ block "main" . }}{{ end }} +
+
+ + {{ end }} + + -- cgit v1.1