diff --git a/config.toml b/config.toml index 0e4738d..a01aaab 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,7 @@ enableRobotsTXT = true ShowBreadCrumbs = true ShowShareButtons = true author = "Tobias Manske" + env = "production" twitter = "@rad4day" description = "Blog about learning and technology by a KIT University Student" [params.homeInfoParams] diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d63141d..18d35c1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ {{- if hugo.IsProduction | or (eq .Site.Params.env "production") }} {{- else }} - + {{- end -}} {{ if .IsHome }}{{else}}{{ if .Title }}{{ .Title }} | {{ end }}{{end}}{{ .Site.Title }}