forked from data.coop/website
Merge branch 'new' of git.data.coop:data.coop/website into new
This commit is contained in:
commit
ec1b756c5f
|
@ -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