This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch asf-site-dl-news
in repository https://gitbox.apache.org/repos/asf/storm-site.git

commit 624085c6797ddb1d7a13b72f79f27740697aea2c
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Aug 25 10:09:18 2023 +0200

    Reduce the amount of latest news to 3 to avoid having "news" entries which 
are older than 2 years
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 292902831..c712c09ac 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@ title: Apache Storm
                     <!-- test git pubsub -->
                     <ul class="latest-news">
                         <ul class="latest-news">
-                        {% for post in site.posts limit:7 %}
+                        {% for post in site.posts limit:3 %}
                         <li><a href="{{ post.url }}">{{ post.title 
}}</a>&nbsp;<span class="small">({{ post.date | date_to_string }}) </span></li>
                         {% endfor %}
                     </ul> 

Reply via email to