summaryrefslogtreecommitdiff
path: root/scripts/news.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/news.py')
-rw-r--r--scripts/news.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/news.py b/scripts/news.py
index 01555aa..ddbac7c 100644
--- a/scripts/news.py
+++ b/scripts/news.py
@@ -19,7 +19,7 @@ class NewsPlugin:
template = string.Template(content)
return_value[filename] = template.safe_substitute(
news = ''.join(self._news),
- latest_news = ''.join(self._news[:5]),
+ latest_news = ''.join(self._news[:2]),
)
return return_value