use shouts partial for pen.lumbung.space cards

This commit is contained in:
Aadil Ayub 2022-03-25 11:59:00 +05:00
parent bff30aeed6
commit 6b9981ac80
1 changed files with 4 additions and 4 deletions

View File

@ -12,14 +12,14 @@
{{- partial "calendar_card.html" . -}}
{{ else if in .Params.categories "pen.lumbung.space" }}
{{- partial "shout_card.html" . -}}
{{ else if in .Params.categories "network" }}
{{- partial "network_card.html" . -}}
{{ else if in .Params.categories "shouts" }}
{{- partial "shout_card.html" . -}}
{{ else }}
{{- partial "card.html" . -}}