Skip to content

Commit 2ceabce

Browse files
committed
feat: add visual separators between blog posts in index
1 parent d1ea85a commit 2ceabce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

generate_index.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ def generate_index():
145145
# Read more link
146146
index_content += f"[Read more →]({post_url})\n\n"
147147

148-
# Footer with link to all posts and contact info
149-
index_content += """---
148+
# Add visual separator between posts
149+
index_content += "---\n\n"
150150

151+
# Footer with link to all posts and contact info
152+
index_content += """
151153
[View all posts →](/writing/)
152154
153155
## Contact

0 commit comments

Comments
 (0)