diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | store/config/home/gitconfig | 2 | ||||
| -rw-r--r-- | www/layouts/home.html | 2 | 
3 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@  Hi! This is **crupest**. Nice to meet you here! 🤗 -Feel free to contact me via my email address *<crupest@crupest.life>*, +Feel free to contact me via my email address *<crupest@outlook.com>*,  or just create an issue in any of my [GitHub](https://github.com/crupest)  repos. I love talking with people a lot. diff --git a/store/config/home/gitconfig b/store/config/home/gitconfig index 4b88c56..64dd797 100644 --- a/store/config/home/gitconfig +++ b/store/config/home/gitconfig @@ -1,6 +1,6 @@  [user]  	name = Yuqian Yang -	email = crupest@crupest.life +	email = crupest@outlook.com  [core]  	autocrlf = false  	editor = vim diff --git a/www/layouts/home.html b/www/layouts/home.html index 38f7604..1e92d96 100644 --- a/www/layouts/home.html +++ b/www/layouts/home.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 <a href="mailto:crupest@crupest.life">crupest@crupest.life</a>, +    <p>Feel free to contact me via my email address <a href="mailto:crupest@outlook.com">crupest@outlook.com</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"> | 
