mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
header.html: remove unneeded relUrl
This commit is contained in:
@@ -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" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user