summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2022-06-17 11:29:03 -0700
committerNick Van Doorn <nick@nv.delivery>2022-06-17 11:29:03 -0700
commit8191b8649fd63e2073e1eec321ddfd089e027882 (patch)
treed8885df3657ff972a9678226b3b79373b03fb28d
parent228fc393a50c32ee7639a1aaa1d1e3cf59e1ea92 (diff)
Use mailto link
I still don't want bots to be able to easily parse this email, but at least this kindof fixes the link.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b986c25..1894162 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<ul>
<li><a href="https://git.nvandoorn.com">git.nvandoorn.com</a></li>
<li><a href="https://github.com/nvandoorn">github.com/nvandoorn</a></li>
- <li><a href="nick at nvandoorn dot com">nick at nvandoorn dot com</a></li>
+ <li><a href="mailto:nick at nvandoorn dot com">nick at nvandoorn dot com</a></li>
<li><a href="https://keys.openpgp.org/search?q=EA91B002A8F4238E">PGP EA91B002A8F4238E</a></li>
</ul>
</div>