Skip to content

Commit

Permalink
Merge pull request #82 from michael-valdron/bugfix/openpgp
Browse files Browse the repository at this point in the history
Updates GnuPG keyserver
  • Loading branch information
LordMathis authored Jun 16, 2023
2 parents b4735ab + 1b9a1d9 commit 72c7ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Optionaly you can add any of these social networks to the \[params\] section.
FacebookID = "your_facebook"
GithubID = "your_github"
GitlabId = "your_gitlab"
# Uses keys.openpgp.org keyserver to search your fingerprint
# https://keys.openpgp.org/search?q=your_gpg_fingerprint
GnuPGFingerprint = "your_gpg_fingerprint"
GoogleAnalytics = "your_google_analytics_id"
GoogleplusID = "your_googleplus"
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/social.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ with .Site.Params.GnuPGFingerprint }}
<a href="https://pgp.key-server.io/pks/lookup?op=vindex&search=0x{{.}}" title="GPG"><i class="fas fa-unlock-alt fa-3x" aria-hidden="true"></i></a>
<a href="https://keys.openpgp.org/search?q={{.}}" title="GPG"><i class="fas fa-unlock-alt fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.StackExchangeID }}
<a href="https://stackexchange.com/users/{{.}}" rel="me" title="StackExchange"><i class="fab fa-stack-exchange fa-3x" aria-hidden="true"></i></a>
Expand Down

0 comments on commit 72c7ff1

Please sign in to comment.