From e07393b97efa5ef6337c82e9c39faa8513aa1e49 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 20 Nov 2024 13:37:03 +0100 Subject: [PATCH] if posts are of section pen, we render them as pen cards --- themes/lumbung-theme/layouts/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/lumbung-theme/layouts/index.html b/themes/lumbung-theme/layouts/index.html index 1158188..2c5a9ad 100644 --- a/themes/lumbung-theme/layouts/index.html +++ b/themes/lumbung-theme/layouts/index.html @@ -23,11 +23,14 @@ {{- partial "partials/shout_card.html" . -}} {{ end }} - {{ else if eq .Section "timeline" }} + {{ else if eq .Section "pen" }} + {{ if in .Params.sources "pen.lumbung.space" }} + {{- partial "partials/pen_card.html" . -}} + {{ end }} + + {{ else if eq .Section "timeline"}} {{ if in .Params.sources "pen.lumbung.space" }} {{- partial "partials/pen_card.html" . -}} - {{ else }} - {{- partial "partials/shout_card.html" . -}} {{ end }} {{ else if eq .Section "social" }}