diff --git a/config.toml b/config.toml
index f85aecfb..21fd64d6 100644
--- a/config.toml
+++ b/config.toml
@@ -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"
diff --git a/themes/hello-friend-ng/layouts/partials/social-icons.html b/themes/hello-friend-ng/layouts/partials/social-icons.html
index 09ca681f..ece6ef68 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 -}}