aboutsummaryrefslogtreecommitdiff
path: root/index.njk
diff options
context:
space:
mode:
authorMarc Coquand <marcc0000@pm.me>2023-09-22 13:04:14 -0300
committerMarc Coquand <marcc0000@pm.me>2023-09-22 13:04:14 -0300
commit0deadd911cb0798bdf30863231b05243aeffb50d (patch)
treeab0c7f610a814708dafc33b81210bb4b2da2d040 /index.njk
parent5cb71dc967cfe54b23ca8dfb53c4400f0e95970a (diff)
downloadmccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.tar.gz
mccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.tar.bz2
mccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.zip
Add new article on remote work.
Diffstat (limited to 'index.njk')
-rw-r--r--index.njk4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.njk b/index.njk
index 1800196..a420252 100644
--- a/index.njk
+++ b/index.njk
@@ -25,7 +25,7 @@
</div>
</div>
<h2 class="side-margin" style="font-size: 26px">Posts</h2>
- {% for post in collections.post %}
+ {% for post in collections.post | reverse %}
<div class="side-margin">
<div style="display: flex; align-items: center">
<p class="code date" style="margin-right: 0.8rem;">{{post.date.toLocaleDateString("fr-CH")}}</p>
@@ -34,4 +34,4 @@
</div>
{% endfor %}
</div>
-</head>
+</head> \ No newline at end of file