make timeline posts show up as the pen cards rather than the broken generic card
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rra 2024-11-20 11:43:07 +01:00
parent 73f3d53fff
commit 5b06fee300

View File

@ -23,6 +23,13 @@
{{- partial "partials/shout_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" }}
{{- partial "partials/social_card.html" . -}}