Add page for FF fics by wordcount, deal with spoilers in RSS feed, change wording in a few places

This commit is contained in:
trémeur 2023-07-07 21:01:13 +01:00
parent f2e67ef6c0
commit 33a5cf09a8
8 changed files with 67 additions and 5 deletions

View file

@ -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: