mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Initial iceberg blog post
This commit is contained in:
parent
5d55e46c68
commit
6501413ccf
5 changed files with 519 additions and 3 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", "order=asc title=date")}}
|
||||
{{ for article of search.pages("type=article", "order=asc date=desc")}}
|
||||
<li>
|
||||
<p>
|
||||
<a href="{{ article.url }}">{{ article.date.toISOString().slice(0, 10) }}</a>:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue