diff options
Diffstat (limited to 'themes/alps')
-rw-r--r-- | themes/alps/calendar.html | 2 |
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 .)}} |