From 4d936a55d8f610f95afa1acb67e2014ad8021bc9 Mon Sep 17 00:00:00 2001 From: Nikolay Raspopov Date: Thu, 6 May 2021 10:33:18 +0300 Subject: Fixed ineffective "disableHugoGeneratorInject" parameter (#337) Fixed issue #336. HUGO does not use `{{ hugo.Generator }}` placeholder anymore. --- layouts/_default/baseof.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d3a6a46..3b2a7fc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,12 +1,9 @@ - - {{ hugo.Generator }} {{ partial "docs/html-head" . }} {{ partial "docs/inject/head" . }} - @@ -47,7 +44,6 @@ {{ partial "docs/inject/body" . }} - {{ define "menu" }} -- cgit v1.2.3