chore: improve tags styling on card (#431)
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled

* chore: improve tags styling on card

* chore: npm run build:css
This commit is contained in:
Xin
2024-08-11 18:47:03 +01:00
committed by GitHub
parent f439e6bb87
commit e83c11f31a
7 changed files with 46 additions and 73 deletions

View File

@ -8,7 +8,7 @@
{{- $height := 0 -}}
{{- $imageStyle := .Get "imageStyle" -}}
{{- $tag := .Get "tag" -}}
{{- $tagColor := .Get "tagColor" -}}
{{- $tagType := .Get "tagType" -}}
{{/* Image processing options */}}
{{- $method := .Get "method" | default "Resize" | humanize -}}
@ -51,6 +51,6 @@
"height" $height
"imageStyle" $imageStyle
"tag" $tag
"tagColor" $tagColor
"tagType" $tagType
)
-}}