summaryrefslogtreecommitdiff
path: root/scripts/news.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-11-02 10:10:45 +0100
committerChristian Franke <nobody@nowhere.ws>2011-11-02 10:11:01 +0100
commit15a3730dd7ee956cac6b116cae11dfa7c36b96de (patch)
tree59b067031abae0c22181d54004aefda8ad9b87b6 /scripts/news.py
parent0dc1d001215eb9c26f7387428f2dbefeba62737e (diff)
News: moar news
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 1f291c7..01555aa 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[:3]),
+ latest_news = ''.join(self._news[:5]),
)
return return_value