diff options
-rw-r--r-- | contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contact.html b/contact.html index 25419ec..99e9d7e 100644 --- a/contact.html +++ b/contact.html @@ -28,8 +28,8 @@ <h2>Digital Contact Information</h2> <ul> - <li><a href="mailto:tbc@<myemail>.xyz"><mail>@<to>.xyz</a></li> - <li>GPG key for encrypting mail if you know how, <a href="../lukegpg.gpg">here</a> or run: + <li><a href="mailto:tbc@myemail.xyz">mail@to.xyz</a></li> + <li>GPG key for encrypting mail if you know how, <a href="../gustafgpg.gpg">here</a> or run: <ul> <li><code>curl -sL https://gustafrydholm.xyz/gustafgpg.gpg | gpg --import</code></li> <li>Fingerprint: <code>90BC 57ED D30F 1392 CD9F D367 2921 DF70 1EE0 3394</code></li> |