mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
Compare commits
3 Commits
45b3de062c
...
c6ffed6a3e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c6ffed6a3e | ||
![]() |
0ecc5fb6c9 | ||
![]() |
e55e8f6c2d |
@ -274,6 +274,11 @@ class Platforms
|
|||||||
'home_url' => 'https://discord.com/',
|
'home_url' => 'https://discord.com/',
|
||||||
'submit_url' => 'https://discord.com/register',
|
'submit_url' => 'https://discord.com/register',
|
||||||
],
|
],
|
||||||
|
'discourse' => [
|
||||||
|
'label' => 'Discourse',
|
||||||
|
'home_url' => 'https://www.discourse.org/',
|
||||||
|
'submit_url' => null,
|
||||||
|
],
|
||||||
'facebook' => [
|
'facebook' => [
|
||||||
'label' => 'Facebook',
|
'label' => 'Facebook',
|
||||||
'home_url' => 'https://www.facebook.com/',
|
'home_url' => 'https://www.facebook.com/',
|
||||||
|
@ -5,6 +5,7 @@ declare(strict_types=1);
|
|||||||
/**
|
/**
|
||||||
* @icon("social:bluesky")
|
* @icon("social:bluesky")
|
||||||
* @icon("social:discord")
|
* @icon("social:discord")
|
||||||
|
* @icon("social:discourse")
|
||||||
* @icon("social:facebook")
|
* @icon("social:facebook")
|
||||||
* @icon("social:funkwhale")
|
* @icon("social:funkwhale")
|
||||||
* @icon("social:instagram")
|
* @icon("social:instagram")
|
||||||
|
8
resources/icons/social/discourse.svg
Normal file
8
resources/icons/social/discourse.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 104 106">
|
||||||
|
<path fill="#231f20" d="M51.87 0C23.71 0 0 22.83 0 51v52.81l51.86-.05c28.16 0 51-23.71 51-51.87S80 0 51.87 0Z"/>
|
||||||
|
<path fill="#fff9ae" d="M52.37 19.74a31.62 31.62 0 0 0-27.79 46.67l-5.72 18.4 20.54-4.64a31.61 31.61 0 1 0 13-60.43Z"/>
|
||||||
|
<path fill="#00aeef" d="M77.45 32.12a31.6 31.6 0 0 1-38.05 48l-20.54 4.7 20.91-2.47a31.6 31.6 0 0 0 37.68-50.23Z"/>
|
||||||
|
<path fill="#00a94f" d="M71.63 26.29A31.6 31.6 0 0 1 38.8 78l-19.94 6.82 20.54-4.65a31.6 31.6 0 0 0 32.23-53.88Z"/>
|
||||||
|
<path fill="#f15d22" d="M26.47 67.11a31.61 31.61 0 0 1 51-35 31.61 31.61 0 0 0-52.89 34.3l-5.72 18.4Z"/>
|
||||||
|
<path fill="#e31b23" d="M24.58 66.41a31.61 31.61 0 0 1 47.05-40.12 31.61 31.61 0 0 0-49 39.63l-3.76 18.9Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 761 B |
Loading…
x
Reference in New Issue
Block a user