Remove adehnert's blog from the Planet for now
[iron-blogger] / templates / config.ini
index 317d5a98af4e3a7dfb0a292e33e5dccf3aeeedad..ffa19098579e0f3a5085b97612e998e66e0d7ba8 100644 (file)
@@ -42,6 +42,10 @@ encoding = utf-8
 
 
 % for u in userlist:
+<%
+if u.username == 'adehnert':
+    continue
+%>\
 % for l in u.links:
 % if len(l) >= 3:
 [${l[2]}]

Benjamin Mako Hill || Want to submit a patch?