aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index 4d3ea887..1f9279e6 100755
--- a/build.py
+++ b/build.py
@@ -56,6 +56,7 @@ def create_index(posts):
index.write(textwrap.dedent(f"""
=> {post.uri} {post.posted} {post.title}
+ ### {post.title}
"""))
post_lines = post.content.splitlines()