diff --git a/get_saint_of_the_day.py b/get_saint_of_the_day.py index 7f41879..65808c0 100644 --- a/get_saint_of_the_day.py +++ b/get_saint_of_the_day.py @@ -114,9 +114,7 @@ def format_mastodon_post(saint: dict) -> str: date_str = today.strftime("%B %d") lines = [ - f"Saint of the Day - {date_str}", - "", - f"{saint['name']}", + f"{date_str}: the Feast of Saint {saint['name']}", ] lines.extend([