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

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