summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-03 22:20:17 +0100
committerxengineering <me@xengineering.eu>2024-01-03 22:20:17 +0100
commit577cb7f252495c42c4e43cf903dc2223cf741f63 (patch)
treeecb861b47594197d7e9bab5308f022f52e79a9b7
parent4da1ae3ba199dfa95e1be05f7acd8e6b6598ce4e (diff)
downloadwebsite-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.
-rw-r--r--content/_index.md1
-rw-r--r--layouts/index.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md
index ef1f638..bcdb83b 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,7 +1,6 @@
{
"heading":"xengineering",
"email":"me@xengineering.eu",
- "xmpp":"xengineering@jabber.de",
"openpgp":{
"fingerprint":"A13B 2588 7878 7F94 3F6C 68F0 0FD1 F842 33FA 8900",
"file":"xengineering.asc"
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>