mirror of https://github.com/twbs/bootstrap.git
header.html: remove unneeded `relUrl`
This commit is contained in:
parent
e16ee0a191
commit
59231069e9
|
|
@ -18,7 +18,7 @@
|
|||
{{- end }}
|
||||
|
||||
{{- $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 "favicons" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue