From 9f12cd4602cd28359a7e4125e7af45b7a66c7e0f Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 13 Sep 2024 08:06:12 +0000
Subject: [PATCH] Update file home.html

---
 wiki/pages/home.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 56ea67f2..20e3df47 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -120,7 +120,8 @@
     </div>
   </div>
   {% include 'footer.html' %}
-
+  <!-- Bootstrap Bundle with Popper -->
+  <script src="{{ url_for('static', filename = 'bootstrap.bundle.min.js') }}"></script>
 
   <script>
     const blocks = document.querySelectorAll('.content-block');
-- 
GitLab