summaryrefslogtreecommitdiffstats
path: root/themes/Brine
diff options
context:
space:
mode:
authorbreadcat2020-06-28 00:00:41 +0100
committerbreadcat2020-06-28 00:00:41 +0100
commit69d295fc6cf9377d9b02c96ba8488807eabe54d5 (patch)
tree26a6fe87cc81d23d35d5cbc445078b5c81dc7f92 /themes/Brine
parentb16808e10675d9f73dd3d2cdc6000f3b60800f89 (diff)
downloadblog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.tar.gz
blog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.tar.bz2
blog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.zip
Remove some lines and spaces
Diffstat (limited to 'themes/Brine')
-rw-r--r--themes/Brine/layouts/_default/baseof.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html
index 8e22484..20cf372 100644
--- 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>