summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-06-20 16:20:41 +0200
committerdmlunar <root@lunar.sh>2026-06-20 16:20:41 +0200
commita4eaf076f3853b8062f0f734dcc53692a7d93f4f (patch)
tree47c50ea40d32811d02482131497c7eb52abfa9dd /index.html
parent5eae138503eecc1dbc18ddabd9c25a01551fc583 (diff)
downloadjournal.lunar.sh-a4eaf076f3853b8062f0f734dcc53692a7d93f4f.tar.gz
journal.lunar.sh-a4eaf076f3853b8062f0f734dcc53692a7d93f4f.zip
core: update featured article paths
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2cfdf18..51eeadb 100644
--- a/index.html
+++ b/index.html
@@ -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>