diff options
| author | Dylan Müller <root@lunar.sh> | 2025-12-15 20:21:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 20:21:38 +0200 |
| commit | 552f58394e8501237e654f5378f389a8e67f80b0 (patch) | |
| tree | afeee506d50955680cd978397397fa2de8c3d89d | |
| parent | e55ea3d102e166d76f24f8268f2fbc543f7a7515 (diff) | |
| download | journal.lunar.sh-552f58394e8501237e654f5378f389a8e67f80b0.tar.gz journal.lunar.sh-552f58394e8501237e654f5378f389a8e67f80b0.zip | |
Update index.html
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ layout: default <div id="main" role="main" class="index"> <div class="posts"> - {% for post in site.featured | sort: 'date' | reverse %} + {% for post in site.featured | reverse %} <article class="post"> <header> <span title="format: yyyy-mm-dd">{{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh</span> |
