aboutsummaryrefslogtreecommitdiff
path: root/internal/calendar/temporal.go
diff options
context:
space:
mode:
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):