diff --git a/layouts/404.html b/layouts/404.html index 432c9b285c..b4cef9a342 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -5,13 +5,13 @@ {{ partial "meta.html" . }} {{ partial "favicon.html" . }} {{ .Scratch.Add "title" "" }}{{ if isset .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}}