diff --git a/blogthon.cgi b/blogthon.cgi index 6f1331c..eeeb1a0 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -114,7 +114,12 @@ if staticpages == "True": for staticpage in staticpages_list: title = re.sub('\w+?\/\d+?-', '', staticpage) link = re.sub('\w+?\/', '', staticpage) - print '  ' + title + ' 
' + # The ultimative lookshe-hack *g* + if title == "lookshe": + print '  /me 
' + else: + print '  ' + title + ' 
' + if monthlist == "True": print '
' print ' '