From 1ed72d23ff0c1849e8621cf50dc0923cd392f1fa Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 30 Mar 2024 14:00:32 -0300 Subject: external-links: Cohost --- src/static/icons.svg | 1 + src/strings-default.yaml | 1 + src/util/external-links.js | 9 +++++++++ 3 files changed, 11 insertions(+) (limited to 'src') diff --git a/src/static/icons.svg b/src/static/icons.svg index a180db72..fa832bad 100644 --- a/src/static/icons.svg +++ b/src/static/icons.svg @@ -11,6 +11,7 @@ + diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 27af2797..5df10500 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -514,6 +514,7 @@ misc: bluesky: "Bluesky" carrd: "Carrd" + cohost: "Cohost" deconreconstruction: _: "Deconreconstruction" diff --git a/src/util/external-links.js b/src/util/external-links.js index d1ca448b..890373fc 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -271,6 +271,15 @@ export const externalLinkSpec = [ icon: 'carrd', }, + { + match: {domain: 'cohost.org'}, + + platform: 'cohost', + handle: {pathname: /^([^/]+)\/?$/}, + + icon: 'cohost', + }, + { match: {domain: 'music.deconreconstruction.com'}, platform: 'deconreconstruction.music', -- cgit 1.3.0-6-gf8a5