migrate all posts from ai-system
This commit is contained in:
parent
49f48aa27c
commit
2f908fc616
65 changed files with 3949 additions and 30 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue