diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-07 13:36:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-07 13:36:31 +0200 |
commit | 22a55104e20557955b8a777eec11cfb7c46f659b (patch) | |
tree | 55afeeada281cb9bf7545357a2b489fa150f545a /_includes/frontpage | |
parent | GSOC post: minor cleanups, title shortening (diff) | |
download | www-22a55104e20557955b8a777eec11cfb7c46f659b.tar.gz www-22a55104e20557955b8a777eec11cfb7c46f659b.tar.bz2 www-22a55104e20557955b8a777eec11cfb7c46f659b.zip |
Revert "Only show 2 news items on the frontpage", we post more frequently now
This reverts commit 9b2f40e5baaaec3519c5858db2cb2d835679199b.
Diffstat (limited to '_includes/frontpage')
-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 903df25..73bcdc4 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@ <section id="news"> - {% for post in site.posts | limit: 2 %} + {% for post in site.posts | limit: 3 %} <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> +</section>
\ No newline at end of file |