Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar/social.html')
-rw-r--r--layouts/partials/sidebar/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html
index ba6567c..d7a64e9 100644
--- a/layouts/partials/sidebar/social.html
+++ b/layouts/partials/sidebar/social.html
@@ -45,4 +45,7 @@
{{ with .Site.Params.social.email }}
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.pgpkey }}
+ <a href="{{.}}" rel="pgpkey"><i class="fa fa-key fa-lg" aria-hidden="true"></i></a>
+ {{ end }}
</section>