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" }}