diff --git a/goodnews/digest.py b/goodnews/digest.py index 2b438f0..bc14fb7 100644 --- a/goodnews/digest.py +++ b/goodnews/digest.py @@ -104,13 +104,14 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str | html = ( '
' - '
Upbeat Bytes
' + '
upbeat bytes
' '
Daily Highlights · {escape(weekday)}
' - '

' + f'margin:5px 0 0">Daily Highlights · {escape(weekday)}

' + '

' 'Good morning. A small, hopeful handful of what’s going right — and there’s always more ' f'waiting on the site when you want it.

' + '
' + "".join(blocks) + '

That’s today’s highlights — more good news is ' f'always waiting on Upbeat Bytes. See you tomorrow.

'