summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-10 21:00:38 +0100
committerxengineering <me@xengineering.eu>2023-01-10 21:00:38 +0100
commitcf6a52e2662f4f800b9654b50710ae6dc81eb9ad (patch)
tree47523cbb56c1606d7776ff0c2b29dc016741b7a7
parent90ee6368c25a5ef582dd3eb0d1a5363b6d75ec56 (diff)
downloadwebsite-cf6a52e2662f4f800b9654b50710ae6dc81eb9ad.tar
website-cf6a52e2662f4f800b9654b50710ae6dc81eb9ad.tar.zst
website-cf6a52e2662f4f800b9654b50710ae6dc81eb9ad.zip
Add more clickable links to "Contact" section
-rw-r--r--themes/bare/layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html
index 9539278..85086a9 100644
--- a/themes/bare/layouts/index.html
+++ b/themes/bare/layouts/index.html
@@ -26,9 +26,9 @@
<main>
<h3>Contact</h3>
<ul>
- <li>Mail: {{.Params.email}}</li>
- <li>XMPP: {{.Params.xmpp}}</li>
- <li>OpenPGP: <a href="{{.Params.openpgp.file}}">{{.Params.openpgp.fingerprint}}</a></li>
+ <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>
{{.Content}}