From baeec34ad151e429b9c7682028a9852017c328e1 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 18 Jan 2016 18:04:26 +0100 Subject: Use calendar data in website --- scripts/calendar_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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') -- cgit v1.2.1