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