aboutsummaryrefslogtreecommitdiff
path: root/internal/calendar/temporal.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 12:24:24 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 12:24:24 +0200
commita8232892b0ec94f8d077e3730143a09efcac452d (patch)
tree35e823967d3b98c52107e732f5382f382a583011 /internal/calendar/temporal.go
parent0b68ec046c26292e368494e158cc36b342901a80 (diff)
downloadlectio-a8232892b0ec94f8d077e3730143a09efcac452d.tar.gz
lectio-a8232892b0ec94f8d077e3730143a09efcac452d.zip
fix(calendar): Christmas solemnity in temporal; feasts of the Lord band 5; Sunday band before solemnity-rank fallback
Diffstat (limited to 'internal/calendar/temporal.go')
-rw-r--r--internal/calendar/temporal.go2
1 files changed, 2 insertions, 0 deletions
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):