From 81401c94532a29f07dccaa8f0a25353ccd9e4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez=20L=C3=B3pez?= Date: Sun, 11 Aug 2019 12:23:16 +0100 Subject: [PATCH] Fixes #180. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fe282d3..724f7c1 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,7 +6,7 @@ {{/* NOTE: the Site's title, and if there is a page title, that is set too */}} {{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}