diff options
Diffstat (limited to 'layouts/index.json')
| -rw-r--r-- | layouts/index.json | 3 |
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 -}} { |
