From d31ad9c68fb25d920ce37f157cbb2de202d1cd82 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Fri, 28 Sep 2018 17:34:08 +0800 Subject: [PATCH] Use .Hugo.Generator instead of adding meta tag manually --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1ab95d8..40a39b7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -30,7 +30,7 @@ - + {{ .Hugo.Generator }} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}