aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-09-07 13:36:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-09-07 13:36:31 +0200
commit22a55104e20557955b8a777eec11cfb7c46f659b (patch)
tree55afeeada281cb9bf7545357a2b489fa150f545a /_includes/frontpage
parentGSOC post: minor cleanups, title shortening (diff)
downloadwww-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/news4
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