mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Up blogpost count on frontpage to 5 temporarly
This commit is contained in:
parent
dbb7eb7ec9
commit
a3634d64da
@ -77,7 +77,7 @@ description: Open source home automation that puts local control and privacy fir
|
|||||||
<div class="recent-posts material-card text">
|
<div class="recent-posts material-card text">
|
||||||
<h1>Recent Blog Posts</h1>
|
<h1>Recent Blog Posts</h1>
|
||||||
|
|
||||||
{% for post in site.posts limit: 4 %}
|
{% for post in site.posts limit: 5 %}
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
<small class="blog-date">{{ post.date_formatted }}</small>
|
<small class="blog-date">{{ post.date_formatted }}</small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user