diff options
author | breadcat | 2020-06-28 00:00:41 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 00:00:41 +0100 |
commit | 69d295fc6cf9377d9b02c96ba8488807eabe54d5 (patch) | |
tree | 26a6fe87cc81d23d35d5cbc445078b5c81dc7f92 | |
parent | b16808e10675d9f73dd3d2cdc6000f3b60800f89 (diff) | |
download | blog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.tar.gz blog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.tar.bz2 blog.minskio.co.uk-69d295fc6cf9377d9b02c96ba8488807eabe54d5.zip |
Remove some lines and spaces
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 3 |
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> |