From d483aaa953a1050b09b9ee4cd9e2aa3b74e5445f Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 16 Jan 2021 12:46:57 +0100 Subject: [PATCH] Transform the robots meta tag to lowercase (closes #378) --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bf74cbf..916e64f 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,9 +10,9 @@ {{ 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") }} - + {{ else }} - + {{ end }} {{ $stylesheet := .Site.Data.webpack_assets.app }}