From 1c4ff4d5e9f1d776fef066ae001b50fdd32dccda Mon Sep 17 00:00:00 2001 From: RayHammer Date: Thu, 20 Oct 2022 08:33:16 +0200 Subject: Moved jumbotron block to contain header and footer --- themes/stingray/layouts/_default/baseof.html | 20 +++++++++++--------- themes/stingray/layouts/index.html | 14 ++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/themes/stingray/layouts/_default/baseof.html b/themes/stingray/layouts/_default/baseof.html index a935536..d4ded14 100644 --- a/themes/stingray/layouts/_default/baseof.html +++ b/themes/stingray/layouts/_default/baseof.html @@ -2,14 +2,16 @@ {{- partial "head.html" . -}} -
- {{- partial "header.html" . -}} -
-
- {{- block "main" . }}{{- end }} -
- +
+
+ {{- partial "header.html" . -}} +
+
+ {{- block "main" . }}{{- end }} +
+
+ {{- partial "footer.html" . -}} +
+
diff --git a/themes/stingray/layouts/index.html b/themes/stingray/layouts/index.html index 4bc1983..31208e3 100644 --- a/themes/stingray/layouts/index.html +++ b/themes/stingray/layouts/index.html @@ -1,11 +1,9 @@ {{ define "main" }} -
-
-

{{ .Site.Title }}

- {{ .Description }} -
-
- {{ .Content }} -
+
+

{{ .Site.Title }}

+ {{ .Description }} +
+
+ {{ .Content }}
{{ end }} \ No newline at end of file -- cgit v1.2.3