Skip to content

Commit c7ffe60

Browse files
committed
blog
1 parent 41809af commit c7ffe60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/blog/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{{#include _summary.md}}
1+
{% 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

Comments
 (0)