Merge branch 'new' of git.data.coop:data.coop/website into new

This commit is contained in:
Halfdan 2021-01-26 21:44:45 +01:00
commit ec1b756c5f
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}