1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 17:44:15 +02:00

header.html: remove unneeded relUrl

This commit is contained in:
XhmikosR
2024-03-03 08:00:12 +02:00
parent e16ee0a191
commit 59231069e9

View File

@@ -18,7 +18,7 @@
{{- end }} {{- end }}
{{- $colorModeJS := printf "/docs/%s/assets/js/color-modes.js" $.Site.Params.docs_version -}} {{- $colorModeJS := printf "/docs/%s/assets/js/color-modes.js" $.Site.Params.docs_version -}}
<script src="{{ $colorModeJS | relURL }}"></script> <script src="{{ $colorModeJS }}"></script>
{{ partial "stylesheet" . }} {{ partial "stylesheet" . }}
{{ partial "favicons" . }} {{ partial "favicons" . }}