diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index a2eb57e..125ae23 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -368,7 +368,7 @@ "site": "", "logo": "", "servers": "https://hometown.fediverse.observer/list", - "description": "A fork of Mastodon that provides local posting and a wider range of content types.", + "description": "A fork of Mastodon that provides local posting and a wider range of content typeS.", "codeLanguage": "Ruby", "techStack": "React, SASS, Node.js", "license": "AGPL-3.0", @@ -1287,7 +1287,7 @@ "logo": "", "servers": "", "description": "ActivityPub compliant, Mastodon-compatible transit alerts generated from GTFS-realtime Service Alerts", - "codeLanguage": "Typescript", + "codeLanguage": "TypeScript", "techStack": "", "license": "Unknown", "FediAccount": "", @@ -1304,7 +1304,7 @@ "site": "https://docs.vocata.one", "logo": "/img/misc/vocata.png", "servers": "", - "description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what types of content can be handled by it, and how it is presented to users.", + "description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what typeS of content can be handled by it, and how it is presented to users.", "codeLanguage": "Python", "techStack": "", "license": "LGPL-3.0", diff --git a/themes/starter/source/assets/scss/modules/_misc.scss b/themes/starter/source/assets/scss/modules/_misc.scss index 48530da..e25be5e 100644 --- a/themes/starter/source/assets/scss/modules/_misc.scss +++ b/themes/starter/source/assets/scss/modules/_misc.scss @@ -297,7 +297,9 @@ #lgpl3:checked ~ .misc__grid .card:not(.lgpl3), #gpl2:checked ~ .misc__grid .card:not(.gpl2), #ppl3:checked ~ .misc__grid .card:not(.ppl3), -#blueoak:checked ~ .misc__grid .card:not(.blueoak) { +#blueoak:checked ~ .misc__grid .card:not(.blueoak), +#eupl:checked ~ .misc__grid .card:not(.eupl), +#apache2\/mit:checked ~ .misc__grid .card:not(.apache2\/mit) { display: none; }