From f31c2acf412e77b09a4827c3d977c8ccba729dd5 Mon Sep 17 00:00:00 2001 From: Matthew Brahms Date: Mon, 29 Jan 2024 21:38:21 -0600 Subject: [PATCH] Adding Discord to default social media Adding the Discord option to be a supported theme with icon for the social media sites. --- README.md | 1 + assets/ananke/socials/discord.svg | 1 + layouts/partials/func/socials/GetBuiltInServicesDefaults.html | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 assets/ananke/socials/discord.svg diff --git a/README.md b/README.md index d2b2363..9f0b160 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ Here is the list of built-in services. Those marked with an `*` are also part of - stackoverflow - facebook* - rss +- discord #### Complement diff --git a/assets/ananke/socials/discord.svg b/assets/ananke/socials/discord.svg new file mode 100644 index 0000000..ca65400 --- /dev/null +++ b/assets/ananke/socials/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/func/socials/GetBuiltInServicesDefaults.html b/layouts/partials/func/socials/GetBuiltInServicesDefaults.html index 9cd4d5a..771e016 100644 --- a/layouts/partials/func/socials/GetBuiltInServicesDefaults.html +++ b/layouts/partials/func/socials/GetBuiltInServicesDefaults.html @@ -70,4 +70,7 @@ tiktok: label: TikTok color: '#fe2c55' + discord: + label: Discord + color: '#7289da' ` | transform.Unmarshal) }} \ No newline at end of file