From e703e0ecf87644513236a3cc54f40b7e9262e9eb Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Mon, 16 Mar 2020 23:37:50 +0300 Subject: allow to use PGP key for IndieAuth https://indieauth.com/pgp --- exampleSite/config.toml | 1 + layouts/partials/sidebar/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 05db08a..4661ff8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -53,6 +53,7 @@ theme = "hyde-hyde" telegram = "" email = "your-email@example.com" # gravatar = "your-email@example.com" + # pgpkey = "" ## Main Menu [[menu.main]] 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 }} {{ end }} + {{ with .Site.Params.social.pgpkey }} + + {{ end }} -- cgit v1.2.3