From 084fe69fc46077e14392594fec45f7d198c5682b Mon Sep 17 00:00:00 2001 From: MitchLloyd Date: Tue, 19 Nov 2024 11:12:57 +0000 Subject: [PATCH] update arguments passed to time-stamper --- common-theme/layouts/_default/day-plan.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-theme/layouts/_default/day-plan.html b/common-theme/layouts/_default/day-plan.html index 7bca0ddd1..307a8a50d 100644 --- a/common-theme/layouts/_default/day-plan.html +++ b/common-theme/layouts/_default/day-plan.html @@ -11,8 +11,8 @@ {{ if not .Params.blocks }} {{ errorf "There are no blocks on the %s page. Make sure this day plan has blocks." $.Page.RelPermalink }} {{ end }} - - + {{ $startTime := .Params.startTime | default "10:00" }} +
{{ if ne .Params.noRegister true }} {{ partial "register-attendance.html" (dict "course" site.Title "module" $.Page.CurrentSection.Parent.Title "day" $.Page.CurrentSection.Title) }}