aboutsummaryrefslogtreecommitdiff
path: root/themes/alps
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-05-21 17:06:51 +0200
committerSimon Ser <contact@emersion.fr>2020-05-21 17:06:51 +0200
commit0a9c246794b7cec7e5ec510dd8af158e1d88cb82 (patch)
tree0dff042d3dc416054f550591afc6168accc5927e /themes/alps
parent79233fa5cbe82edebe76431e303914d4669261d3 (diff)
downloadalps-0a9c246794b7cec7e5ec510dd8af158e1d88cb82.tar.gz
alps-0a9c246794b7cec7e5ec510dd8af158e1d88cb82.zip
plugins/caldav: add basic day view
Diffstat (limited to 'themes/alps')
-rw-r--r--themes/alps/calendar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/calendar.html b/themes/alps/calendar.html
index 5bdd6eb..44c1a8b 100644
--- a/themes/alps/calendar.html
+++ b/themes/alps/calendar.html
@@ -31,7 +31,7 @@
{{if and (eq $base.Now.Month .Month) (eq $base.Now.Day .Day)}}active{{end}}
">
{{if eq $base.Time.Month .Month}}
- <a href="#" class="date-link"></a>
+ <a href="/calendar/date?date={{.Format "2006-01-02"}}" class="date-link"></a>
{{end}}
<div class="events">
{{$events := (call $base.EventsForDate .)}}