From fe22f3852558e53de0b075b3751b68d63d953881 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Fri, 13 Sep 2024 09:20:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20(index.html):=20reformat=20HTML?= =?UTF-8?q?=20for=20better=20readability=20and=20maintainability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reformatting the HTML structure improves readability by ensuring consistent indentation and spacing. This makes the code easier to maintain and understand for future developers. --- layouts/index.html | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index a4d9fbbdf..2273750d2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,20 +1,14 @@ - - {{ partial "head.html" . }} - - -
- {{ partial "header.html" . }} -
-
- {{ block "main" . }}{{ end }} -
- {{ .Content }} -
-
- - - \ No newline at end of file + + {{ partial "head.html" . }} + + +
{{ partial "header.html" . }}
+
+ Daryn {{ block "main" . }}{{ end }} +
{{ .Content }}
+
+ + +