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:info%40%6D%61%70le%73h%72i%6Ee.e%75'>Amaryllis Kulla</a> | <a class="footer_a_item" href="https://git.mapleshrine.eu/Ancurio/mapleshrine-links">Website Source</a> | © 2023 + <a class="footer_a_item" href='mailto:info%40%6D%61%70le%73h%72i%6Ee.e%75'>Contact</a> | <a class="footer_a_item" href="https://git.mapleshrine.eu/Ancurio/mapleshrine-links">Website Source</a> | © 2023 </div> </footer> <!-- Footer Codes End -->