diff options
author | Ou Ferrat <ou@ouferr.at> | 2021-03-01 11:52:33 +0100 |
---|---|---|
committer | Ou Ferrat <ou@ouferr.at> | 2021-03-01 11:52:33 +0100 |
commit | 9ab24b988b3f9a1e414cb1c36dd885a30b5213bf (patch) | |
tree | 672b221129bf327c311ced1678df32ee686c3522 | |
parent | dc8d3a0c0ed7fb45c9a112c6b3e006bfac1b9bc5 (diff) |
a e s t h e t i c newline
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ for i in reversed(range(100)): f"<time class='date'>{head['date']}</time>\n" + "</header>\n" + body + - "</article>\n") + "\n</article>\n") doc += html with open(html_fn, "w") as f: f.write(header+html+postfooter) |