1 parent 2b0d231 commit 08809f3Copy full SHA for 08809f3
1 file changed
app/main.py
@@ -322,7 +322,7 @@ async def blog_rss():
322
"<channel>"
323
f"<title>Sean-Michael — Notes from the field</title>"
324
f"<link>{SITE}/blog</link>"
325
- f"<description>Notes on platform engineering, AI applications, and infrastructure.</description>"
+ "<description>Notes on platform engineering, AI, and infrastructure.</description>"
326
f'<atom:link href="{SITE}/blog/feed.xml" rel="self" type="application/rss+xml"/>'
327
+ "".join(items)
328
+ "</channel></rss>"
0 commit comments