From: XhmikosR Date: Sun, 3 Mar 2024 05:57:55 +0000 (+0200) Subject: examples.html: Move color mode JS lower X-Git-Tag: v5.3.4~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0ce89229b3103bc216377470ed1eaaa2f3b9800;p=thirdparty%2Fbootstrap.git examples.html: Move color mode JS lower --- diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index e99c6975d4..a63275a035 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -1,9 +1,6 @@ - {{- $colorModeJS := printf "/docs/%s/assets/js/color-modes.js" $.Site.Params.docs_version -}} - - @@ -17,6 +14,9 @@ {{- end }} + {{- $colorModeJS := printf "/docs/%s/assets/js/color-modes.js" $.Site.Params.docs_version -}} + + {{ partial "stylesheet" . }} {{ partial "favicons" . }}