Add page for FF fics by wordcount, deal with spoilers in RSS feed, change wording in a few places
This commit is contained in:
parent
f2e67ef6c0
commit
33a5cf09a8
8 changed files with 67 additions and 5 deletions
|
@ -37,7 +37,12 @@ def indexgen(local=False):
|
|||
filewrite.write("ff/ships/index.html")
|
||||
else:
|
||||
filewrite.write("/fic/ff/ships")
|
||||
filewrite.write("\">by ship</a></li>\n</ul>\n</div>\n<div class=\"fic\">\n<h2><a href=\"")
|
||||
filewrite.write("\">by ship</a></li>\n<li><a href=\"")
|
||||
if local:
|
||||
filewrite.write("ff/bywords/index.html")
|
||||
else:
|
||||
filewrite.write("/fic/ff/bywords")
|
||||
filewrite.write("\">by length</a></li>\n</ul>\n</div>\n<div class=\"fic\">\n<h2><a href=\"")
|
||||
if local:
|
||||
filewrite.write("events/index.html")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue