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 | 7334e4fcf78544e07aee5046757885e721dcfd11 (patch) | |
| tree | a1fabdb046ea68c7abd84b48c252ae07b7d5806a /www | |
| parent | 3f58423e680921170a16449f9c04af53df79ee52 (diff) | |
| download | crupest-7334e4fcf78544e07aee5046757885e721dcfd11.tar.gz crupest-7334e4fcf78544e07aee5046757885e721dcfd11.tar.bz2 crupest-7334e4fcf78544e07aee5046757885e721dcfd11.zip | |
fix(www): homepage email address.
Diffstat (limited to 'www')
| -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"> | 
