Up blogpost count on frontpage to 5 temporarly

This commit is contained in:
Franck Nijhof 2020-09-19 10:24:35 +02:00
parent dbb7eb7ec9
commit a3634d64da
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -77,7 +77,7 @@ description: Open source home automation that puts local control and privacy fir
<div class="recent-posts material-card text">
<h1>Recent Blog Posts</h1>
{% for post in site.posts limit: 4 %}
{% for post in site.posts limit: 5 %}
<li class="post">
<a href="{{ post.url }}">{{ post.title }}</a>
<small class="blog-date">{{ post.date_formatted }}</small>