diff --git a/config.toml b/config.toml index cf15f885..ce4908ed 100644 --- a/config.toml +++ b/config.toml @@ -74,12 +74,13 @@ disableRSS = false url = "https://github.com/jphastings" [[languages.en.params.social]] - name = "linkedin" - url = "https://www.linkedin.com/in/jphastings/" + name = "keyoxide" + url = "https://id.byjp.me/" [[languages.en.params.social]] name = "gpg" - url = "https://id.byjp.me/" + url = "https://openpgpkey.byjp.me/.well-known/openpgpkey/byjp.me/hu/im4cc8qhazwkfsi65a8us1bc5gzk1o4p" + rel = "pgpkey authn" # You can create a language based menu [languages.en.menu] diff --git a/themes/hello-friend-ng/layouts/partials/social-icons.html b/themes/hello-friend-ng/layouts/partials/social-icons.html index ece6ef68..0c899cf1 100644 --- a/themes/hello-friend-ng/layouts/partials/social-icons.html +++ b/themes/hello-friend-ng/layouts/partials/social-icons.html @@ -1,3 +1,3 @@ {{ range . -}} -   {{ partial "svg.html" . }}   +   {{ partial "svg.html" . }}   {{- end -}} diff --git a/themes/hello-friend-ng/layouts/partials/svg.html b/themes/hello-friend-ng/layouts/partials/svg.html index 20fb4baa..026afe76 100644 --- a/themes/hello-friend-ng/layouts/partials/svg.html +++ b/themes/hello-friend-ng/layouts/partials/svg.html @@ -60,6 +60,8 @@ {{- else if (eq .name "gpg") -}} +{{- else if (eq .name "keyoxide") -}} + {{- else if (eq .name "hackerone") -}} {{- else if (eq .name "hackerrank") -}}