From 0190b62c2c6da486fed48b046684713c3807a2c6 Mon Sep 17 00:00:00 2001 From: Kwangjin Lee <k.lee-5@student.tudelft.nl> Date: Mon, 2 Sep 2024 12:39:47 +0200 Subject: [PATCH] Update file footer_custom.html --- _includes/footer_custom.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index a68f1a2..f2b7bc6 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,6 +1,5 @@ -footer_content: > - <div style="text-align: center; margin-bottom: 10px;"> - <img src="/assets/logo/TUDelft Logo.png" alt="TU Delft Logo" style="height: 40px; width: auto;"> +footer_content: <div class="footer-logo"> + <img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo" style="height: 40px; width: auto;"> </div> <div> The MUDE Team © 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> -- GitLab