From 235121faf8fed0479fae6f8a0bb413c84397860a Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Wed, 27 Dec 2017 23:51:40 -0800 Subject: [PATCH] blogroll: prune people who've deleted/hidden all their good content Why do people do this?? Gender Contrary is offered as a replacement. --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index f43a426..16a13f0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,12 +27,11 @@ LINKS = ( ('Third Way Trans', "https://thirdwaytrans.com/"), ('Miranda Yardley', "http://mirandayardley.com/en/"), ('Trans Blog', "http://transblog.grieve-smith.com/"), - ('Carey Callahan', "https://careycallahan.com/"), ('Social Justice Wizard', "https://medium.com/@rftbk"), ('Thing of Things', "http://thingofthings.wordpress.com/"), ('Paula Wright', "https://porlawright.com/"), ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), - ('My Only Path to Power', "https://transwidow.wordpress.com/"), + ('Gender Contrary', "http://neat-dyke.tumblr.com/"), ) DEFAULT_PAGINATION = 20 -- 2.17.1