diff --git a/assets/css/_core/_layout.scss b/assets/css/_core/_layout.scss index e9f57f70..0aae4690 100644 --- a/assets/css/_core/_layout.scss +++ b/assets/css/_core/_layout.scss @@ -11,6 +11,7 @@ aside { flex: 1; padding: 0.5rem; + max-width: 500px; &:not(:has(~ aside)) { display: none; diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 54e87ca9..b251ce4f 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.3-20251222083840-fdcc20af" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251222094907-1bb21fcb" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}