From 50a26519df51044873057d7cd3d470a068bd66bd Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sun, 23 Jan 2022 03:13:45 +0100 Subject: [PATCH] Env = production --- config.toml | 1 + layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}