From a8232892b0ec94f8d077e3730143a09efcac452d Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 27 Jul 2026 12:24:24 +0200 Subject: fix(calendar): Christmas solemnity in temporal; feasts of the Lord band 5; Sunday band before solemnity-rank fallback --- internal/calendar/temporal.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/calendar/temporal.go') diff --git a/internal/calendar/temporal.go b/internal/calendar/temporal.go index 011e023..568efdc 100644 --- a/internal/calendar/temporal.go +++ b/internal/calendar/temporal.go @@ -150,6 +150,8 @@ func temporal(date time.Time, sel Selection) temporalDay { return solemn(Ordinary, "sacred-heart", White, false) case sameDay(date, christTheKing): return solemn(Ordinary, "christ-the-king", White, false) + case sameDay(date, christmasThis): + return solemn(Christmas, "christmas", White, true) case sameDay(date, epiphany(y, sel)): return solemn(Christmas, "epiphany", White, true) case sameDay(date, baptismThis): -- cgit v1.3