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