aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/calendar.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-25 19:24:35 +0100
committerSimon Ser <contact@emersion.fr>2020-02-25 19:24:35 +0100
commit4bb0ded2d91a4d68753d5bf730b16f0a5db206b6 (patch)
treec82062e1d5dcda1ba9527ec7a41b4500a9d6f060 /themes/sourcehut/calendar.html
parent6c36ab6de2216812ad59aa7cc8c8021c3a976b6f (diff)
downloadalps-4bb0ded2d91a4d68753d5bf730b16f0a5db206b6.tar.gz
alps-4bb0ded2d91a4d68753d5bf730b16f0a5db206b6.zip
plugins/caldav: update go-webdav
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}}