From 39ee777d1b8e28c4061fe1459297d7e78761309e Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Sun, 15 Dec 2024 18:42:48 -0600 Subject: [PATCH] Add entry to blogroll --- _data/blogroll.js | 12 ++++++++++++ content/changelog.md | 1 + 2 files changed, 13 insertions(+) diff --git a/_data/blogroll.js b/_data/blogroll.js index c536ffe..ecfc1d5 100644 --- a/_data/blogroll.js +++ b/_data/blogroll.js @@ -262,6 +262,18 @@ export default { }, ], }, + { + name: "LGBTQ+", + blogs: [ + { + title: "Uncloseted Media", + feedUrl: "https://www.unclosetedmedia.com/feed", + url: "https://www.unclosetedmedia.com/", + description: + "Uncloseted Media is a new Investigative media organization committed to providing you with objective, nonpartisan, rigorous, LGBTQ-focused journalism that examines America’s anti-LGBTQ ecosystem and elevates the voices of everyday American heroes.", + }, + ], + }, { name: "News: International", blogs: [ diff --git a/content/changelog.md b/content/changelog.md index 075ecaf..22937a2 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -6,6 +6,7 @@ structuredData: none # Changelog * 2024-12-15 * Added a link to site stats on the [privacy](/about/privacy) page. + * Added [Uncloseted Media](https://www.unclosetedmedia.com/) to the [blogroll](/blogroll). * 2024-12-14 * Implemented [/wish](/ai) a la [taylor.town/wish-manifesto](https://taylor.town/wish-manifesto). * Added [Dom Corriveau](https://blog.ctms.me/) to the [blogroll](/blogroll).