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 }}