Update Peertube, Mastodon early adopters, add Solus; fix Mastodon layout
This commit is contained in:
parent
35be8a7c60
commit
b71a3f36a3
|
@ -310,6 +310,11 @@
|
||||||
"url": "https://framapiaf.org/@Emmabuntus",
|
"url": "https://framapiaf.org/@Emmabuntus",
|
||||||
"avatar": "/img/avatars/emmabuntus.png"
|
"avatar": "/img/avatars/emmabuntus.png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Solus",
|
||||||
|
"url": "https://fosstodon.org/@solus",
|
||||||
|
"avatar": "/img/avatars/solus.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "PINE64",
|
"name": "PINE64",
|
||||||
"url": "https://fosstodon.org/@PINE64",
|
"url": "https://fosstodon.org/@PINE64",
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "FSF",
|
"name": "FSF",
|
||||||
"url": "https://framatube.org/accounts/fsf/video-channels",
|
"url": "https://framatube.org/accounts/fsf",
|
||||||
"avatar": "/img/avatars/fsf.png"
|
"avatar": "/img/avatars/fsf.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -9,8 +9,8 @@ network: true
|
||||||
const tuts = [__('howto'), __('guide')];
|
const tuts = [__('howto'), __('guide')];
|
||||||
const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk')];
|
const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk')];
|
||||||
const stats = [__('stats')];
|
const stats = [__('stats')];
|
||||||
const tech = [__('awesome'), __('mediaHosting')];
|
const tech = [__('awesome'), __('backup')];
|
||||||
const tools = [__('preinstalled'), __('backup')];
|
const tools = [__('preinstalled'), __('mediaHosting')];
|
||||||
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue