style pen cards

This commit is contained in:
2022-04-20 14:54:37 +05:00
parent 4f119cf6dd
commit fdf9edec53
4 changed files with 166 additions and 0 deletions

View File

@ -19,6 +19,10 @@
{{ else if in .Params.categories "shouts" }}
{{- partial "shout_card.html" . -}}
{{ else if in .Params.categories "pen" }}
{{- partial "pen_card.html" . -}}
{{ else if in .Params.categories "page" }}