diff options
-rw-r--r-- | content/_index.md | 1 | ||||
-rw-r--r-- | layouts/index.html | 1 |
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> |