diff options
| author | dmlunar <root@lunar.sh> | 2026-06-20 16:20:41 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2026-06-20 16:20:41 +0200 |
| commit | a4eaf076f3853b8062f0f734dcc53692a7d93f4f (patch) | |
| tree | 47c50ea40d32811d02482131497c7eb52abfa9dd | |
| parent | 5eae138503eecc1dbc18ddabd9c25a01551fc583 (diff) | |
| download | journal.lunar.sh-a4eaf076f3853b8062f0f734dcc53692a7d93f4f.tar.gz journal.lunar.sh-a4eaf076f3853b8062f0f734dcc53692a7d93f4f.zip | |
core: update featured article paths
| -rw-r--r-- | _posts/featured/2020-10-24-tiny-linux-c-binaries.md (renamed from _featured/2020-10-24-tiny-linux-c-binaries.md) | 0 | ||||
| -rw-r--r-- | _posts/featured/2024-03-20-rf-primer.md (renamed from _featured/2024-03-20-rf-primer.md) | 0 | ||||
| -rw-r--r-- | index.html | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/_featured/2020-10-24-tiny-linux-c-binaries.md b/_posts/featured/2020-10-24-tiny-linux-c-binaries.md index 1966d45..1966d45 100644 --- a/_featured/2020-10-24-tiny-linux-c-binaries.md +++ b/_posts/featured/2020-10-24-tiny-linux-c-binaries.md diff --git a/_featured/2024-03-20-rf-primer.md b/_posts/featured/2024-03-20-rf-primer.md index 43ffcb1..43ffcb1 100644 --- a/_featured/2024-03-20-rf-primer.md +++ b/_posts/featured/2024-03-20-rf-primer.md @@ -4,7 +4,7 @@ layout: default <div id="main" role="main" class="index"> <div class="posts"> - {% assign sorted_featured = site.featured | sort: 'date' | reverse %} + {% assign sorted_featured = site.categories.featured | sort: 'date' | reverse %} {% for post in sorted_featured %} <article class="post"> <header> |
