We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41809af commit c7ffe60Copy full SHA for c7ffe60
1 file changed
docs/blog/index.md
@@ -1 +1,4 @@
1
-{{#include _summary.md}}
+{% for post in blog.posts sort(attribute="date", reverse=true) | slice(0, 5) %}
2
+- **[{{ post.title }}]({{ post.url }})** ({{ post.date | format_date }})
3
+ {{ post.excerpt }}
4
+{% endfor %}
0 commit comments