diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ef4eb34..16da53c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -28,10 +28,10 @@
{{ partial "footer.html" . }}
- {{ partial "script.html" "js/jquery.min.js" }}
+ {{ partial "script.html" "js/jquery.js" }}
{{ partial "script_async.html" "js/lightgallery.js" }}
- {{ partial "script_async.html" "js/bootstrap.min.js" }}
- {{ partial "script_async.html" "js/mermaid.min.js" }}
+ {{ partial "script_async.html" "js/bootstrap.js" }}
+ {{ partial "script_async.html" "js/mermaid.js" }}
{{ partial "script_async.html" "js/app.js" }}