migrate all posts from ai-system

This commit is contained in:
Yan Lin 2026-01-30 19:42:30 +01:00
parent 49f48aa27c
commit 2f908fc616
65 changed files with 3949 additions and 30 deletions

View file

@ -22,7 +22,7 @@
{% set all_pages = all_pages | concat(with=s2.pages) %}
{% endif %}
<ul class="post-list">
{% for page in all_pages | sort(attribute="date") | reverse | slice(end=5) %}
{% for page in all_pages | sort(attribute="date") | reverse | slice(end=7) %}
<li>
<time datetime="{{ page.date }}">{{ page.date | date(format="%Y-%m-%d") }}</time>
<a href="{{ page.permalink }}">{{ page.title }}</a>