From da82e3a292f66405c8205e93b0920fbbfaf34a11 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 22 Mar 2021 15:48:42 +0100 Subject: [PATCH] Add header to blog posts --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 4d3ea88..1f9279e 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() -- 2.47.3