Files
docker-docs/layouts/shortcodes/card.html
Arthur 038e6dc682 chore: update Tailwind to v4 (#22666)
- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
2025-05-28 08:37:10 +01:00

9 lines
157 B
HTML

{{ partial "components/card.html"
(dict
"description" (.Get "description")
"link" (.Get "link")
"title" (.Get "title")
"icon" (.Get "icon")
)
}}