website/themes/datacoop2020/layouts/partials/bootstrap-js.html

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