forked from data.coop/website
Fix js paths.
This commit is contained in:
parent
9bf14530ce
commit
6acdae6500
|
@ -1,6 +1,6 @@
|
|||
{{ if eq .Site.Params.includeBootstrapJs true}}
|
||||
{{ $jqueryJs := "js/jquery-3.3.1.slim.min.js" -}}
|
||||
{{ $jqueryJs := "static/js/jquery-3.3.1.slim.min.js" -}}
|
||||
<script src="{{ $jqueryJs | absURL }}"></script>
|
||||
{{ $bootstrapJs := "js/bootstrap.bundle.min.js" -}}
|
||||
{{ $bootstrapJs := "static/js/bootstrap.bundle.js" -}}
|
||||
<script src="{{ $bootstrapJs | absURL }}"></script>
|
||||
{{ end }}
|
Loading…
Reference in a new issue