diff options
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index f341e32..4f028c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,7 +72,7 @@ <li><a href="/food/feed.xml">Recipe book RSS</a></li> </ul> <h3>Email</h3> - <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> + <a href="mailto:yps@yaroslavps.com">yps@yaroslavps.com</a> <h3>PGP</h3> <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a> </div> diff --git a/templates/index.html b/templates/index.html index 4dfd843..a5d318c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@ something interesting or useful.</p> <h2>Getting in contact</h2> <p>If you want to contact me, you can do so by email at: - <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> + <a href="mailto:yps@yaroslavps.com">yps@yaroslavps.com</a> </p> <p>Public PGP key: <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a></p> <h2>RSS feeds</h2> |