aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/calendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/sourcehut/calendar.html')
-rw-r--r--themes/sourcehut/calendar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/sourcehut/calendar.html b/themes/sourcehut/calendar.html
index 987e716..ec15ae8 100644
--- a/themes/sourcehut/calendar.html
+++ b/themes/sourcehut/calendar.html
@@ -30,10 +30,10 @@
<li class="nav-item">
<a
class="nav-link"
- href="/calendar/{{$event.UID | pathescape}}"
+ href="/calendar/{{$event.Props.Text "UID" | pathescape}}"
>
- {{$event.Summary}}
- ({{$event.StartDate | formatdate}} — {{$event.EndDate | formatdate}})
+ {{$event.Props.Text "SUMMARY"}}
+ ({{$event.DateTimeStart nil | formatdate}} — {{$event.DateTimeEnd nil | formatdate}})
</a>
</li>
{{end}}