From 38047e32ed7fae9c5b0805ceef96488b6b5fa5e1 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Thu, 7 Jul 2022 00:43:41 +0200 Subject: [PATCH] links are now permanent and added some debugging data --- themes/meins/layouts/_default/baseof.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/themes/meins/layouts/_default/baseof.html b/themes/meins/layouts/_default/baseof.html index d4a1248..27cda15 100644 --- a/themes/meins/layouts/_default/baseof.html +++ b/themes/meins/layouts/_default/baseof.html @@ -11,10 +11,10 @@ {{- $jsoptions := (dict "minify" (not hugo.IsProduction) "format" "esm" "sourceMap" $sourcemap ) -}} {{- $scss := resources.Get "css/style.scss" | toCSS $cssoptions | fingerprint "sha512" -}} {{- $module := resources.Get "js/index.ts" | js.Build $jsoptions | fingerprint "sha512" -}} - - + + {{.Title}} @@ -26,6 +26,10 @@ {{- end -}} {{- end -}} + {{- if not hugo.IsProduction -}} + + + {{ end }}