mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
limit the rss posts to 15
This commit is contained in:
@@ -12,7 +12,7 @@ permalink: /rss.xml
|
||||
<atom:link href="{{ site.url }}/rss.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
{% assign latest_posts = site.article | sort:"date" | reverse %}
|
||||
{% for post in latest_posts limit:24 %}
|
||||
{% for post in latest_posts limit:15 %}
|
||||
<item>
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}</link>
|
||||
|
||||
Reference in New Issue
Block a user