From 51fb029ca27d67d7cd67352cdede45e5b25868f7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 14 Aug 2022 19:01:21 +0200 Subject: switch back to LoveIt, other theme is deprectated --- themes/LoveIt/layouts/_default/baseof.html | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 themes/LoveIt/layouts/_default/baseof.html (limited to 'themes/LoveIt/layouts/_default/baseof.html') diff --git a/themes/LoveIt/layouts/_default/baseof.html b/themes/LoveIt/layouts/_default/baseof.html new file mode 100644 index 0000000..66a6c3c --- /dev/null +++ b/themes/LoveIt/layouts/_default/baseof.html @@ -0,0 +1,48 @@ +{{- partial "init.html" . -}} + + + + + + + + {{ block "title" . }}{{ .Site.Title }}{{ end }} + + {{- partial "head/meta.html" . -}} + {{- partial "head/link.html" . -}} + {{- partial "head/seo.html" . -}} + + + {{- /* Check theme isDark before body rendering */ -}} + {{- $theme := .Site.Params.defaulttheme -}} + + +
+ + {{- /* Body wrapper */ -}} +
+ {{- partial "header.html" . -}} +
+
+ {{- block "content" . }}{{ end -}} +
+
+ {{- partial "footer.html" . -}} +
+ +
+ {{- /* top button */ -}} + + + + + {{- /* comment button */ -}} + + + +
+ + {{- /* Load JavaScript scripts and CSS */ -}} + {{- partial "assets.html" . -}} + + -- cgit v1.2.3