From 31c2212e5a7b80303f945641695d3789e8aa874b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 21 May 2023 18:26:58 +0200 Subject: [PATCH] Melding toegevoegd aan gele blok (voor ontwikkeling) --- themes/nluug/layouts/partials/footer.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/themes/nluug/layouts/partials/footer.html b/themes/nluug/layouts/partials/footer.html index 515de50..b685244 100644 --- a/themes/nluug/layouts/partials/footer.html +++ b/themes/nluug/layouts/partials/footer.html @@ -43,14 +43,17 @@ Voor meer informatie over deze {{ with .Site.GetPage "/website/" }}{{ .Title | lower }}{{ end }}, zie de {{ with .Site.GetPage "/website/sitemap" }}{{ .Title | lower }}{{ end }}, {{ with .Site.GetPage "/website/laatste-wijzigingen.rst" }}{{ .Title | lower }}{{ end }} en de {{ with .Site.GetPage "/website/stats-for-nerds" }}{{ .Title }}{{ end }} {{ if .Site.IsServer }} -
- Kind = {{ .Kind }}
- Layout = {{ .Layout }}
- Type = {{ .Type }}
- Section = {{ .Section }}
- BundleType = {{ .BundleType }}
- IsPage = {{ .IsPage }}
- IsSection = {{ .IsSection }}
+
+ Ingebouwde webserver van Hugo gedetecteerd. Deze melding zal niet in productie worden getoond en is voor ontwikkeling.
+
    +
  • Kind = {{ .Kind }}
  • +
  • Layout = {{ .Layout }}
  • +
  • Type = {{ .Type }}
  • +
  • Section = {{ .Section }}
  • +
  • BundleType = {{ .BundleType }}
  • +
  • IsPage = {{ .IsPage }}
  • +
  • IsSection = {{ .IsSection }}
  • +
{{ end }}