aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2021-03-22 15:48:42 +0100
committeralex <alex@pdp7.net>2021-03-22 15:48:42 +0100
commitda82e3a292f66405c8205e93b0920fbbfaf34a11 (patch)
treeb646759da4b8d563d67c811f17bd8f88630c6ace /build.py
parent6162382f97a45f2b80aa739cd236ef71d4a7e4f1 (diff)
Add header to blog posts
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()