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 }}