aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2022-04-19 19:51:38 +0200
committeralex <alex@pdp7.net>2022-04-19 19:51:38 +0200
commita0cdac44463cb500da5235493e8a7fc393bbea5f (patch)
treec3d9cfce548bcc3dacd633a04fa6158276cb236d
parentdca7ebc07bda41c425a9e88c2304fd401c4099ab (diff)
Fix other bar width too
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index f9795002..6ebe6ba4 100755
--- a/build.py
+++ b/build.py
@@ -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("""