From 577361f27515e122eb00cd372086a3a1f7105aaf Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 28 Apr 2023 09:54:51 +0100 Subject: [PATCH] Remove linkedin, split keyoxide and gpg --- config.toml | 7 ++++--- themes/hello-friend-ng/layouts/partials/social-icons.html | 2 +- themes/hello-friend-ng/layouts/partials/svg.html | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) 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") -}}