summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/calendar_plugin.py2
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')