diff options
author | xengineering <me@xengineering.eu> | 2024-01-03 22:20:17 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-03 22:20:17 +0100 |
commit | 577cb7f252495c42c4e43cf903dc2223cf741f63 (patch) | |
tree | ecb861b47594197d7e9bab5308f022f52e79a9b7 /layouts | |
parent | 4da1ae3ba199dfa95e1be05f7acd8e6b6598ce4e (diff) | |
download | website-577cb7f252495c42c4e43cf903dc2223cf741f63.tar website-577cb7f252495c42c4e43cf903dc2223cf741f63.tar.zst website-577cb7f252495c42c4e43cf903dc2223cf741f63.zip |
Remove XMPP contact
Public communication should rely only on mail. The XMPP account was
never used intensively.
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 9817e9a..bd36c83 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,7 +27,6 @@ <h3>Contact</h3> <ul> <li>Mail: <a href="mailto:{{.Params.email}}">{{.Params.email}}</a></li> - <li><a href="https://xmpp.org">XMPP</a>: <a href="xmpp:{{.Params.xmpp}}">{{.Params.xmpp}}</a></li> <li><a href="https://openpgp.org">OpenPGP</a>: <a href="{{.Params.openpgp.file}}">{{.Params.openpgp.fingerprint}}</a></li> </ul> |