diff options
| author | alex <alex@pdp7.net> | 2022-04-19 19:51:38 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-04-19 19:51:38 +0200 |
| commit | a0cdac44463cb500da5235493e8a7fc393bbea5f (patch) | |
| tree | c3d9cfce548bcc3dacd633a04fa6158276cb236d | |
| parent | dca7ebc07bda41c425a9e88c2304fd401c4099ab (diff) | |
Fix other bar width too
| -rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ def create_index(posts): index.write("\n".join(post_lines[2:])) index.write("\n\n") - index.write("_" * 80) + index.write("_" * 40) index.write("\n") index.write(textwrap.dedent(""" |
