From e726c8b70f6a84812d998da4436765827483e602 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Tue, 29 Oct 2024 07:25:37 +0000
Subject: [PATCH] docs: remove comments about HUGO_ENV
---
layouts/_default/baseof.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 30744c4..ebc1ccd 100644
--- a/layouts/_default/baseof.html
+++ b/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 }}
--
Gitblit v1.10.0