From bed3fe1e88bd8b1f5d158ae04968d1109990ee10 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Mon, 26 Aug 2024 08:40:39 +0000
Subject: [PATCH] keep bootstrap

---
 wiki/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index 49614a4..50728e8 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -8,7 +8,7 @@
     <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
 
     <!-- Bootstrap CSS -->
-    <!-- <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> -->
+    <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet">
 
     <!-- Custom CSS -->
     <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
-- 
GitLab