diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-22 13:04:14 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-22 13:04:14 -0300 |
commit | 0deadd911cb0798bdf30863231b05243aeffb50d (patch) | |
tree | ab0c7f610a814708dafc33b81210bb4b2da2d040 /index.njk | |
parent | 5cb71dc967cfe54b23ca8dfb53c4400f0e95970a (diff) | |
download | mccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.tar.gz mccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.tar.bz2 mccd.space-0deadd911cb0798bdf30863231b05243aeffb50d.zip |
Add new article on remote work.
Diffstat (limited to '')
-rw-r--r-- | index.njk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |