From 2f4e31248d8edbf2de37e67282672cad2a4e860f Mon Sep 17 00:00:00 2001
From: Kwangjin Lee <k.lee-5@student.tudelft.nl>
Date: Mon, 2 Sep 2024 11:59:33 +0200
Subject: [PATCH] change to the relative path

---
 _includes/footer_custom.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index 671e3b0..014d664 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -1,5 +1,5 @@
 <div class="footer-logo">
-    <img src="{{ '/assets/logo/TUDelft Logo.png' | relative_url }}" alt="Footer Logo" style="height: 60px; width: auto;">
+    <img src="{{ site.footer_logo | relative_url }}" alt="Footer Logo" style="height: 60px; width: auto;">
   </div>
   <div>
     The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-- 
GitLab