From f8de9957fa7ca0f2a5a6fe1e9c36c8dbc4495d1b Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Sat, 27 Jan 2024 15:17:00 +0100 Subject: [PATCH] Fix missing authros in news section on home page --- _includes/news-list-blocks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/news-list-blocks.html b/_includes/news-list-blocks.html index dab3302e..f9866690 100644 --- a/_includes/news-list-blocks.html +++ b/_includes/news-list-blocks.html @@ -4,7 +4,7 @@

Latest News

{% for post in site.posts %} {% assign author = "" | split: ',' %} - {% for a in page.author %} + {% for a in post.author %} {% assign author = author | push: site.data.authors[a].name %} {% endfor %} {% if forloop.index <= 8 %}