diff --git a/themes/datacoop2020/layouts/partials/bootstrap-js.html b/themes/datacoop2020/layouts/partials/bootstrap-js.html index a0b8d84..6a30067 100644 --- a/themes/datacoop2020/layouts/partials/bootstrap-js.html +++ b/themes/datacoop2020/layouts/partials/bootstrap-js.html @@ -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" -}} -{{ $bootstrapJs := "js/bootstrap.bundle.min.js" -}} +{{ $bootstrapJs := "static/js/bootstrap.bundle.js" -}} {{ end }} \ No newline at end of file