From 8661a9f32a32e8809ab40a1231ccaaa966478f53 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 4 Sep 2024 10:14:06 -0400 Subject: [PATCH] Trying to fix bandcamp logo --- assets/icons/bandcamp_circle.svg | 56 +++++++++++++++++++++++++++++++ config/_default/languages.en.toml | 2 +- 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 assets/icons/bandcamp_circle.svg diff --git a/assets/icons/bandcamp_circle.svg b/assets/icons/bandcamp_circle.svg new file mode 100644 index 0000000..0ea8d54 --- /dev/null +++ b/assets/icons/bandcamp_circle.svg @@ -0,0 +1,56 @@ + +image/svg+xml diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 5dc299e..084a7d7 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -43,7 +43,7 @@ title = "Form and Function" # { lastfm = "https://lastfm.com/user/username" }, { linkedin = "https://www.linkedin.com/in/nicholas-dumas-92b58736/" }, { mastodon = "https://fosstodon.org/@nickdumas" }, - { bandcamp_white_circle = "https://signalnoise.bandcamp.com" }, + { bandcamp_circle = "https://signalnoise.bandcamp.com" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" },