6 lines
363 B
HTML
6 lines
363 B
HTML
<div class="contact-container">
|
|
<div><strong>Alamat surel</strong> <a href="mailto:{{ .Site.Author.email }}">{{ .Site.Author.email }}</a></div>
|
|
<div><strong>Kunci publik PGP</strong> <a href="{{ .Site.Author.url.pgp }}">{{ .Site.Author.pgp }}</a></div>
|
|
<div><strong>JID</strong> <a href="xmpp:{{ .Site.Author.jid }}">{{ .Site.Author.jid }}</a></div>
|
|
</div>
|