Simon's contact email isn't listed on his website. It's only listed on
GitHub as the email address for the swaywm group, and in mailing lists
on Sourcehut that Simon sends to. I have added his email address to make
it easier for everyone else to find his email.
---
themes/shimong/layouts/partials/nav.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/themes/shimong/layouts/partials/nav.html b/themes/shimong/layouts/partials/nav.html
index 34f1dbb..ab92bbc 100644
--- a/themes/shimong/layouts/partials/nav.html
+++ b/themes/shimong/layouts/partials/nav.html
@@ -1,6 +1,7 @@
<nav>
{{- if not .IsHome }}<a href="{{ .Site.BaseURL }}">home</a> ·{{ end }}
<a href="{{ .Site.BaseURL }}blog">blog</a> ·
+ <a rel="me" href="mailto:contact@emersion.fr">contact</a> ·
<a rel="me" href="https://github.com/emersion">github</a> ·
<a rel="me" href="https://sr.ht/~emersion">sourcehut</a> ·
<a href="{{ .Site.BaseURL }}.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19" title="PGP key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48" download="emersion.pgp">pgp</a> ·
--
2.34.1