commit 69d295fc6cf9377d9b02c96ba8488807eabe54d5
parent b16808e10675d9f73dd3d2cdc6000f3b60800f89
Author: breadcat <peter@minskio.co.uk>
Date: Sun, 28 Jun 2020 00:00:41 +0100
Remove some lines and spaces
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html
@@ -1,6 +1,5 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode | default "en-us" }}">
-
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
<link href="/favicon.ico" rel=icon />
<meta content="{{ if .IsHome }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}" name="description" />
@@ -45,5 +44,5 @@
</ul>
</aside>
<main>
- {{ block "main" . }}{{ .Content }}{{ end }}
+{{ block "main" . }}{{ .Content }}{{ end }}
</main>