diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-20 13:53:08 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-20 13:53:08 +0200 |
commit | ffd44202a1137dc6cac1e02eb73b3b127e675b8b (patch) | |
tree | 2f83a0895a14a52ab1b046ee7c1db66663c4f870 /_includes/frontpage | |
parent | Bump Freenode news item date to workaround CDN (diff) | |
download | www-ffd44202a1137dc6cac1e02eb73b3b127e675b8b.tar.gz www-ffd44202a1137dc6cac1e02eb73b3b127e675b8b.tar.bz2 www-ffd44202a1137dc6cac1e02eb73b3b127e675b8b.zip |
Display 2 news items on the frontpage again
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/frontpage')
-rw-r--r-- | _includes/frontpage/news | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news index 4e69362..903df25 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@ <section id="news"> - {% for post in site.posts | limit: 1 %} + {% for post in site.posts | limit: 2 %} <article class="newsitem"> <h2 class="stick-top newsitem-bullet"> <span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span> |