Remove adehnert's blog from the Planet for now
authorNelson Elhage <nelhage@mit.edu>
Mon, 11 Jan 2010 05:51:11 +0000 (00:51 -0500)
committerNelson Elhage <nelhage@mit.edu>
Mon, 11 Jan 2010 05:51:11 +0000 (00:51 -0500)
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?