From 182a355475ec72db234108db9f09c1394670e798 Mon Sep 17 00:00:00 2001
From: Amaryllis Kulla <ancurio@mapleshrine.eu>
Date: Sat, 18 Nov 2023 20:50:04 +0100
Subject: [PATCH] Remove my name from footer mail link

This was inherited from the upstream template (for personal sites),
but didn't really make a lot of sense in our context.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 01000e6..d170b8f 100644
--- a/index.html
+++ b/index.html
@@ -135,7 +135,7 @@ https://github.com/ardacarofficial/links-website is open source project.
     <footer>
       <!-- Footer Codes Start -->
       <div class="footer_div_item flex_row_center">
-        <a class="footer_a_item" href='mailto&#58;i&#110;fo%40%6&#68;%&#54;&#49;%&#55;&#48;&#108;e%73h%72&#105;%6&#69;e&#46;e%&#55;&#53;'>Amaryllis Kulla</a>&nbsp;|&nbsp;<a class="footer_a_item" href="https://git.mapleshrine.eu/Ancurio/mapleshrine-links">Website Source</a>&nbsp;| &copy; 2023
+        <a class="footer_a_item" href='mailto&#58;i&#110;fo%40%6&#68;%&#54;&#49;%&#55;&#48;&#108;e%73h%72&#105;%6&#69;e&#46;e%&#55;&#53;'>Contact</a>&nbsp;|&nbsp;<a class="footer_a_item" href="https://git.mapleshrine.eu/Ancurio/mapleshrine-links">Website Source</a>&nbsp;| &copy; 2023
       </div>
     </footer>
       <!-- Footer Codes End -->