2020-01-05 15:36:30 +01:00
|
|
|
{{ if eq .Site.Params.includeBootstrapJs true}}
|
2021-01-26 21:36:36 +01:00
|
|
|
{{ $jqueryJs := "static/js/jquery-3.3.1.slim.min.js" -}}
|
2020-01-05 15:36:30 +01:00
|
|
|
<script src="{{ $jqueryJs | absURL }}"></script>
|
2021-01-26 21:36:36 +01:00
|
|
|
{{ $bootstrapJs := "static/js/bootstrap.bundle.js" -}}
|
2020-01-05 15:36:30 +01:00
|
|
|
<script src="{{ $bootstrapJs | absURL }}"></script>
|
|
|
|
{{ end }}
|