Added the lookshe-hack
This commit is contained in:
parent
eb91377cd4
commit
5d99e09263
@ -114,7 +114,12 @@ if staticpages == "True":
|
|||||||
for staticpage in staticpages_list:
|
for staticpage in staticpages_list:
|
||||||
title = re.sub('\w+?\/\d+?-', '', staticpage)
|
title = re.sub('\w+?\/\d+?-', '', staticpage)
|
||||||
link = re.sub('\w+?\/', '', staticpage)
|
link = re.sub('\w+?\/', '', staticpage)
|
||||||
print ' <a href="?s=' + link + '">' + title + '</a> <br />'
|
# The ultimative lookshe-hack *g*
|
||||||
|
if title == "lookshe":
|
||||||
|
print ' <a href="?s=' + link + '">/me</a> <br />'
|
||||||
|
else:
|
||||||
|
print ' <a href="?s=' + link + '">' + title + '</a> <br />'
|
||||||
|
|
||||||
if monthlist == "True": print ' <br />'
|
if monthlist == "True": print ' <br />'
|
||||||
print ' </div>'
|
print ' </div>'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user