mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
Fix sort order
This commit is contained in:
parent
156ccda761
commit
5a30d40a3e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Are you old? Then you might want to check out my super cool
|
|||
<a href="/blog.rss">RSS Feed</a> too!
|
||||
|
||||
<ul>
|
||||
{{ for article of search.pages("type=article", "date")}}
|
||||
{{ for article of search.pages("type=article", "order=asc title=date")}}
|
||||
<li>
|
||||
<p>
|
||||
<a href="{{ article.url }}">{{ article.date.toISOString().slice(0, 10) }}</a>:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue