add most mod routes

This commit is contained in:
2026-04-16 23:11:19 +03:00
parent d6b44da6c2
commit 9c4f271259
14 changed files with 216 additions and 34 deletions

View File

@@ -400,7 +400,7 @@ def tag_image(children, attr):
def tag_quote(children, attr):
if attr:
quotee = attr.strip()
quotee = f'Quoting: {attr.strip()}'
else:
quotee = 'Quote'