We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ea85a commit 2ceabceCopy full SHA for 2ceabce
generate_index.py
@@ -145,9 +145,11 @@ def generate_index():
145
# Read more link
146
index_content += f"[Read more →]({post_url})\n\n"
147
148
- # Footer with link to all posts and contact info
149
- index_content += """---
+ # Add visual separator between posts
+ index_content += "---\n\n"
150
151
+ # Footer with link to all posts and contact info
152
+ index_content += """
153
[View all posts →](/writing/)
154
155
## Contact
0 commit comments