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 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'themes/stingray/layouts/_default') 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 }} +
+ +
-- cgit v1.2.3