diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-16 20:54:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-16 20:54:33 +0200 |
commit | 5cbcca641447736aa4e513d9ef0b2917d255a746 (patch) | |
tree | 3ff9c53b947549f1d87785d1d9d1330017685f5c | |
parent | Simplyfy our tagline. (diff) | |
download | www-5cbcca641447736aa4e513d9ef0b2917d255a746.tar.gz www-5cbcca641447736aa4e513d9ef0b2917d255a746.tar.bz2 www-5cbcca641447736aa4e513d9ef0b2917d255a746.zip |
Revert "Revert "Only show 2 news items on the frontpage", we post more frequently now"
We still want to see the "Developer blogs" and "Security advisories" in a fresh browser window.
This reverts commit 22a55104e20557955b8a777eec11cfb7c46f659b.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/frontpage/news | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news index 73bcdc4..903df25 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@ <section id="news"> - {% for post in site.posts | limit: 3 %} + {% 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> @@ -18,4 +18,4 @@ </div> </article> {% endfor %} -</section>
\ No newline at end of file +</section> |