diff --git a/assets/css/_core/_patch.scss b/assets/css/_core/_patch.scss index 8fe08375..f91fa379 100644 --- a/assets/css/_core/_patch.scss +++ b/assets/css/_core/_patch.scss @@ -66,3 +66,8 @@ } } } + +// fix ZenUML intersection height error +#zenuml-intersection-detector-container { + display: none; +} diff --git a/layouts/_partials/assets.html b/layouts/_partials/assets.html index aa3bb044..6ea6c976 100644 --- a/layouts/_partials/assets.html +++ b/layouts/_partials/assets.html @@ -106,7 +106,6 @@ {{- /* MathJax */ -}} {{- if eq $math.type "mathjax" -}} - {{/* TODO improve MathJax setup. e.g. content encryption, Twikoo math etc. */}} {{- $mathjax := $math.mathjax -}} {{- $source := "js/lib/load-mathjax.js" -}} {{- $options := dict "targetPath" "js/lib/load-mathjax.min.js" "minify" hugo.IsProduction -}} diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index b2f5ca7f..79167b17 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-alpha-20250813091452-bfafc151" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha-20250813095356-7b9c3e62" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}