Add nice HTML output for all models
This commit is contained in:
parent
18ae08ef91
commit
d5e01c80e3
3 changed files with 17 additions and 10 deletions
|
@ -20,7 +20,7 @@ def process_post(post, c):
|
|||
src = f'<span class="name">Anonymous </span> <span class="number">No.{number}</span>\n{src}'
|
||||
return src
|
||||
|
||||
def generate_html(f):
|
||||
def generate_4chan_html(f):
|
||||
css = """
|
||||
#container {
|
||||
background-color: #eef2ff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue