website/themes/datacoop2020/layouts/partials/bootstrap-js.html
Víðir Valberg Guðmundsson 6acdae6500
All checks were successful
continuous-integration/drone/push Build is passing
Fix js paths.
2021-01-26 21:36:47 +01:00

6 lines
270 B
HTML

{{ if eq .Site.Params.includeBootstrapJs true}}
{{ $jqueryJs := "static/js/jquery-3.3.1.slim.min.js" -}}
<script src="{{ $jqueryJs | absURL }}"></script>
{{ $bootstrapJs := "static/js/bootstrap.bundle.js" -}}
<script src="{{ $bootstrapJs | absURL }}"></script>
{{ end }}