From 6acdae6500c0603ad9adb2e8da5b4522db615f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 26 Jan 2021 21:36:36 +0100 Subject: [PATCH] Fix js paths. --- themes/datacoop2020/layouts/partials/bootstrap-js.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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