aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/frontpage/news')
-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