diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 5f27086..89c5c8b 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -31,7 +31,8 @@ {"id": "0", "url": "https://pinafore.social"}, {"id": "1", "url": "https://www.halcyon.social"}, {"id": "2", "url": "https://elenq.gitlab.io/artodon"}, - {"id": "3", "url": "https://communitywiki.org/trunk"} + {"id": "3", "url": "https://communitywiki.org/trunk"}, + {"id": "4", "url": "https://www.commotionmade.com"} ], "tutorials": [ diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 8301fcf..bbbe496 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -111,6 +111,7 @@ feed2toot: RSS to Mastodon bot trunk: Trunk - follow users with common interests moa: Twitter cross-poster pleromaBot: Migrate to Mastodon using Twitter archive +bulkFind: Find friends by their username #GNU Social page timeline: Timeline for website diff --git a/themes/starter/layout/mastodon.ejs b/themes/starter/layout/mastodon.ejs index 664127c..3e4f1d2 100644 --- a/themes/starter/layout/mastodon.ejs +++ b/themes/starter/layout/mastodon.ejs @@ -7,7 +7,7 @@ network: true <% const data = site.data.mastodon.data; const tuts = [__('howto'), __('guide')]; - const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk')]; + const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk'), __('bulkFind')]; const stats = [__('stats')]; const tech = [__('awesome'), __('backup')]; const tools = [__('preinstalled'), __('mediaHosting')];