layouts/_default/baseof.html
@@ -8,7 +8,6 @@ <meta name="viewport" content="width=device-width,minimum-scale=1"> <meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}"> {{ hugo.Generator }} {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} {{ $production := hugo.IsProduction }} {{ $public := not .Params.private }} {{ if and $production $public }}