commit dd7fe501df8199db316af3f1f830870376ff854e
parent 8391c3b25bbad94fe302b9695b0294eab4c420a4
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date: Thu, 5 Feb 2026 21:02:12 -0800
Updating content on listen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/listen-page-bot/bot.py b/listen-page-bot/bot.py
@@ -105,7 +105,7 @@ def update_markdown(title, artist, link, img_url):
# Format the content back (BeautifulSoup adds extra formatting,
# so we clean up the string slightly)
- post.content = f"\nAn overview of music and podcasts I currently have on repeat.\n\n## Music\n\n{gallery.prettify()}"
+ post.content = f"\nAn overview of music and podcasts I currently have on repeat. [Checkout](blog/listen-cms/) how I manage this page to keep it current, without have to touch a single piece of code (until it breaks).\n\n## Music\n\n{gallery.prettify()}"
# Save file
with open(MD_FILE_PATH, 'wb') as f: