From 7a1f9691b17e7f06dd6b0a18bd2476c08031627a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 5 Jun 2025 22:33:48 +0200 Subject: [PATCH] Add original images to all articles --- prophet/app.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/prophet/app.py b/prophet/app.py index 657404e..7784b01 100644 --- a/prophet/app.py +++ b/prophet/app.py @@ -241,8 +241,11 @@ def list_improvements(): return ( """ """ + "\n".join( - f"""
-
+ f""" +
+
+ +
{item.title}
{item.summary}
""" @@ -259,7 +262,9 @@ def list_originals(): + "\n".join( f"""
-
+
+ +
{item.original.title}
{item.original.summary}
"""