mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: remove X from social links
Nextcloud does not use X anymore. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
0ba517b1b0
commit
60b6e834cc
2 changed files with 1 additions and 8 deletions
|
|
@ -35,8 +35,8 @@ Enterprise? Public Sector or Education user? You may want to have a look into [*
|
|||
## Get in touch 💬
|
||||
|
||||
* [📋 Forum](https://help.nextcloud.com)
|
||||
* [🦋 Bluesky](https://bsky.app/profile/nextcloud.bsky.social)
|
||||
* [👥 Facebook](https://www.facebook.com/nextclouders)
|
||||
* [🐣 Twitter](https://twitter.com/Nextclouders)
|
||||
* [🐘 Mastodon](https://mastodon.xyz/@nextcloud)
|
||||
|
||||
You can also [get support for Nextcloud](https://nextcloud.com/support)!
|
||||
|
|
|
|||
|
|
@ -33,20 +33,17 @@
|
|||
<?php print_unescaped(str_replace(
|
||||
[
|
||||
'{facebookimage}',
|
||||
'{ximage}',
|
||||
'{blueskyimage}',
|
||||
'{mastodonimage}',
|
||||
'{rssimage}',
|
||||
'{mailimage}',
|
||||
'{facebookopen}',
|
||||
'{xopen}',
|
||||
'{blueskyopen}',
|
||||
'{mastodonopen}',
|
||||
'{rssopen}',
|
||||
'{newsletteropen}',
|
||||
'{linkclose}',
|
||||
'{facebooktext}',
|
||||
'{xtext}',
|
||||
'{blueskytext}',
|
||||
'{mastodontext}',
|
||||
'{rsstext}',
|
||||
|
|
@ -54,20 +51,17 @@
|
|||
],
|
||||
[
|
||||
image_path('core', 'facebook-light.svg'),
|
||||
image_path('core', 'x-dark.svg'),
|
||||
image_path('core', 'bluesky-light.svg'),
|
||||
image_path('core', 'mastodon-light.svg'),
|
||||
image_path('core', 'rss.svg'),
|
||||
image_path('core', 'mail.svg'),
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">',
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://x.com/nextclouders">',
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://bsky.app/profile/nextcloud.bsky.social">',
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">',
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/blog/">',
|
||||
'<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">',
|
||||
'</a>',
|
||||
$l->t('Like our Facebook page'),
|
||||
$l->t('Follow us on X'),
|
||||
$l->t('Follow us on Bluesky'),
|
||||
$l->t('Follow us on Mastodon'),
|
||||
$l->t('Check out our blog'),
|
||||
|
|
@ -75,7 +69,6 @@
|
|||
|
||||
],
|
||||
'{facebookopen}<img width="50" height="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose}
|
||||
{xopen}<img width="50" height="50" src="{ximage}" style="filter: var(--background-invert-if-dark);" title="{xtext}" alt="{xtext}">{linkclose}
|
||||
{blueskyopen}<img width="50" height="50" src="{blueskyimage}" title="{blueskytext}" alt="{blueskytext}">{linkclose}
|
||||
{mastodonopen}<img width="50" height="50" src="{mastodonimage}" title="{mastodontext}" alt="{mastodontext}">{linkclose}
|
||||
{rssopen}<img width="50" height="50" src="{rssimage}" title="{rsstext}" alt="{rsstext}">{linkclose}
|
||||
|
|
|
|||
Loading…
Reference in a new issue