Keep footer at page bottom

This commit is contained in:
trémeur 2023-06-10 08:29:10 +01:00
parent 48cf0b2961
commit ed37d4172a
2 changed files with 5 additions and 4 deletions

View file

@ -37,7 +37,7 @@ def indexgen(local=False):
filewrite.write("events/index.html")
else:
filewrite.write("/fic/events")
filewrite.write("\">Events</a></h2>\n<p>I’ve been participating in fandom exchanges and other events since late 2020. Most fics I write these days that aren’t in FF fandoms are in this category (although a lot of the FF ones are as well).</p>\n</div>")
filewrite.write("\">Events</a></h2>\n<p>I’ve been participating in fandom exchanges and other events since late 2020. Most fics I write these days that aren’t in FF fandoms are in this category (although a lot of the FF ones are as well).</p>\n</div>\n")
filewrite.close()
headerfooter.footerwrite("build/index.html",True,local)