forked from ruangrupa/lumbung.space
make timeline posts show up as the pen cards rather than the broken generic card
This commit is contained in:
parent
73f3d53fff
commit
5b06fee300
@ -23,6 +23,13 @@
|
|||||||
{{- partial "partials/shout_card.html" . -}}
|
{{- partial "partials/shout_card.html" . -}}
|
||||||
{{ end }}
|
{{ 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" }}
|
{{ else if eq .Section "social" }}
|
||||||
{{- partial "partials/social_card.html" . -}}
|
{{- partial "partials/social_card.html" . -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user