Switch to mastodon & pixelfed

This commit is contained in:
JP Hastings-Spital 2022-11-05 10:16:58 +00:00
parent 68638e6594
commit c8629684bb
2 changed files with 8 additions and 10 deletions

View file

@ -51,26 +51,24 @@ disableRSS = false
[languages.en]
title = "byJP"
keywords = ""
copyright = ""
copyright = "CC BY-NC-SA 4.0"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoHomeLink = "/"
# path = "safari-pinned-tab.svg"
# alt = "by JP"
[[languages.en.params.social]]
name = "twitter"
url = "https://twitter.com/jphastings"
name = "mastodon"
url = "https://mastodon.social/@jphastings"
[[languages.en.params.social]]
name = "pixelfed"
url = "https://pixelfed.social/jphastings"
[[languages.en.params.social]]
name = "email"
url = "mailto:hello@byjp.me"
[[languages.en.params.social]]
name = "instagram"
url = "https://instagram.com/jphastings"
[[languages.en.params.social]]
name = "github"
url = "https://github.com/jphastings"

View file

@ -1,3 +1,3 @@
{{ range . -}}
&nbsp; <a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
&nbsp; <a href="{{ .url }}" target="_blank" rel="me noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
{{- end -}}