Add code for showing comment replies; show characters in stats page summaries for shipfic if no named ship

This commit is contained in:
trémeur 2023-06-15 23:33:52 +01:00
parent c10e39197c
commit 48534c366f
2 changed files with 30 additions and 2 deletions

View file

@ -110,6 +110,10 @@ def commentpage(ficno,directory,local=False):
except:
pass
filewrite.write("</h1>\n<p>" + comment["text"] + "</p>\n</div>\n")
try:
filewrite.write("<div class=\"comment reply\">\n<h1>Reply</h1>\n<p>" + comment["reply"] + "</p>\n</div>")
except:
pass
except:
pass
if fffandom or timeelapsed.days < 730: