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/index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'themes/stingray/layouts/index.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