mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
limited atom feed to 20 most recent items
This commit is contained in:
parent
247105c833
commit
3525825e90
@ -16,7 +16,7 @@ layout: nil
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts limit: 20 %}
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.title }}</title>
|
<title>{{ post.title }}</title>
|
||||||
<link href="{{ site.url }}{{ post.url }}"/>
|
<link href="{{ site.url }}{{ post.url }}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user