diff options
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-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> |