diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:17:18 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:17:18 +0800 |
commit | 8b591500e6d2dddb77a6a5089a2c0f1fb9ce364b (patch) | |
tree | dd11c2227eb188f4a2a2f7e677bba299d54e2c64 | |
parent | 411ecc9e1f8ef2671351787392182fd42e78d24e (diff) | |
download | crupest-8b591500e6d2dddb77a6a5089a2c0f1fb9ce364b.tar.gz crupest-8b591500e6d2dddb77a6a5089a2c0f1fb9ce364b.tar.bz2 crupest-8b591500e6d2dddb77a6a5089a2c0f1fb9ce364b.zip |
-rw-r--r-- | www/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/layouts/index.html b/www/layouts/index.html index abf8a74..af3e11d 100644 --- a/www/layouts/index.html +++ b/www/layouts/index.html @@ -26,7 +26,7 @@ <hr /> <section> <p>Welcome to my home page! Nice to meet you here! 🥰</p> - <p>Feel free to contact me via my email address *<crupest@crupest.life>*, + <p>Feel free to contact me via my email address <a href="mailto:crupest@crupest.life">crupest@crupest.life</a>, or just create an issue in any of my <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> repos. I love talking with people a lot.</p> <div id="links" class="mono-link"> |