summaryrefslogtreecommitdiffstats
path: root/layouts/index.json
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-26 18:13:36 +0200
committerDanilo M. <danix@danix.xyz>2026-06-26 18:13:36 +0200
commit9073908fb5e33c895b162d0418d6e67246af539e (patch)
treed8beaa5f5c58eacee91870af7a7cdcc94b2fff7a /layouts/index.json
parent91eeea0d6b61b652a0bc3b16a137609da59da69f (diff)
parent9244ad0666c4859569801508348fa83c6e4648f4 (diff)
downloaddanixxyz-theme-9073908fb5e33c895b162d0418d6e67246af539e.tar.gz
danixxyz-theme-9073908fb5e33c895b162d0418d6e67246af539e.zip
Merge slackware-projects: project pages, submenu, image roles
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'layouts/index.json')
-rw-r--r--layouts/index.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.json b/layouts/index.json
index e17e31e..891641a 100644
--- a/layouts/index.json
+++ b/layouts/index.json
@@ -1,5 +1,6 @@
{{- $articles := where .Site.RegularPages "Section" "articles" -}}
-{{- $articles = $articles.ByDate.Reverse -}}
+{{- $projects := where .Site.RegularPages "Section" "slackware" -}}
+{{- $articles = ($articles | append $projects).ByDate.Reverse -}}
[
{{- range $index, $article := $articles -}}
{