summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bare/layouts/index.html')
-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}}