From b5b2810679bee084509fe152c674564db3612b1a Mon Sep 17 00:00:00 2001
From: Kwangjin Lee <k.lee-5@student.tudelft.nl>
Date: Mon, 2 Sep 2024 17:12:07 +0200
Subject: [PATCH] Update file footer_custom.html

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

diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index f2a92cc..0a88c23 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -1,5 +1,6 @@
 <div class="footer-logo">
     <img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo" style="height: 40px; width: auto;">
+    <img src="{{ site.logo | relative_url }}" alt="MUDE Logo" style="height: 40px; 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