Cards#
Content blocks with optional images and links. Often used with Columns for grid layouts.
Syntax#
{{< card [href="..."] [image="..."] [title="..."] >}}
Markdown content
{{< /card >}}Example#
Parameters#
href- Makes the card a link. The entire card area becomes clickable.
image- Path to an image displayed above the card content. Supports page resources and URLs.
title- Accessible title for the card.
alt- Alt text for the card image.
class- Additional CSS classes.