From ff48b99fbfc0ff0506d2f6b0380b260fefa047f4 Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Sun, 25 Jun 2023 12:01:34 +0200 Subject: [PATCH] Lemmy, Kbin, typo - fix "Extentions" to "Extensions" - fix "Forum" to "Forums" in the list of categories for Kbin - add "Forums" to the list of categories for Lemmy I've noticed Lemmy being described as a link aggregator, but in practice I've only actually seen it being used as a forum, so it seems fair to include it in "Forums". --- source/_data/miscellaneous.json | 4 ++-- themes/starter/layout/miscellaneous.ejs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 86ed511..a4ae6c4 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -71,7 +71,7 @@ "zotClass": false, "diasporaClass": false, "OStatusClass": false, - "categories": ["Links"] + "categories": ["Forums", "Links"] }, { "title": "microblog.pub", @@ -1457,7 +1457,7 @@ "zotClass": false, "diasporaClass": false, "OStatusClass": false, - "categories": ["Forum", "Links", "SN-mi"] + "categories": ["Forums", "Links", "SN-mi"] }, { "title": "Takahe", diff --git a/themes/starter/layout/miscellaneous.ejs b/themes/starter/layout/miscellaneous.ejs index bd32a8d..654b58a 100644 --- a/themes/starter/layout/miscellaneous.ejs +++ b/themes/starter/layout/miscellaneous.ejs @@ -23,7 +23,7 @@ layout: layout const apps = site.data.miscellaneous.apps; const langList = langCount(apps).sort((a,b) => b.count - a.count); - const byCategory = [['snMacro', 'Social network (macro)'], ['snMicro', 'Social network (micro)'], ['blogPub', 'Blog and Publishing'], ['media', 'Media sharing'], ['links', 'Link sharing'], ['evMeet', 'Events and Meetups'], ['files', 'File hosting'], ['data', 'Open data'], ['reviews', 'Reviewing'], ['games', 'Gaming'], ['dev', 'Software development'], ['extend', 'Extentions'], ['forums', 'Forums, boards'], ['other', 'Other']]; + const byCategory = [['snMacro', 'Social network (macro)'], ['snMicro', 'Social network (micro)'], ['blogPub', 'Blog and Publishing'], ['media', 'Media sharing'], ['links', 'Link sharing'], ['evMeet', 'Events and Meetups'], ['files', 'File hosting'], ['data', 'Open data'], ['reviews', 'Reviewing'], ['games', 'Gaming'], ['dev', 'Software development'], ['extend', 'Extensions'], ['forums', 'Forums, boards'], ['other', 'Other']]; const byProtocol = [['sortDiaspora', 'diaspora'], ['sortZot', 'Zot'], ['sortAP', 'ActivityPub'], ['sortOstatus', 'OStatus']]; %>