not thinking in nested parentheticals vs. installing a footnote plugin
[Ultimately_Untrue_Thought.git] / pelicanconf.py
index 5156680..c35c598 100644 (file)
@@ -25,12 +25,15 @@ LINKS = (
     ('Survey Anon\'s Gender Blog', "https://surveyanon.wordpress.com/"),
     ('Crossdreamers', "http://www.crossdreamers.com/"),
     ('Third Way Trans', "https://thirdwaytrans.com/"),
+    ('Miranda Yardley', "http://mirandayardley.com/en/"),
     ('Trans Blog', "http://transblog.grieve-smith.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/"),
+    ('Gender Contrary', "http://neat-dyke.tumblr.com/"),
     ('My Only Path to Power', "https://transwidow.wordpress.com/"),
+    ('Sex and Gender: A Beginner\'s Guide', "https://sexandgenderintro.com/"),
 )
 
 DEFAULT_PAGINATION = 20
@@ -61,7 +64,7 @@ PAGINATION_PATTERNS = (
 THEME = 'theme'
 
 PLUGIN_PATHS = ["plugins"]
-PLUGINS = ["tag_cloud"]
+PLUGINS = ["tag_cloud", "simple_footnotes"]
 
 TAG_CLOUD_STEPS = 6
 TAG_CLOUD_SORTING = "alphabetically"