diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-01-18 18:04:26 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-01-18 18:06:26 +0100 |
commit | baeec34ad151e429b9c7682028a9852017c328e1 (patch) | |
tree | d4b679fc24bb7b8dbc0ab3e881c335b107fc2563 /scripts | |
parent | 90836e95ba86ea44dd338fcace0d3ebd82a62b57 (diff) |
Use calendar data in website
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/calendar_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/calendar_plugin.py b/scripts/calendar_plugin.py index fdc1283..8463ec1 100644 --- a/scripts/calendar_plugin.py +++ b/scripts/calendar_plugin.py @@ -30,7 +30,7 @@ class CalendarPlugin: def _get_calendar_head(self): return self.template_env.get_template('calendar.j2').render({ - 'events': self.events[:4], + 'events': self.events[:7], 'class': 'calendar-head' }).encode('utf-8') |