mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 15:36:25 -04:00

* fix: cards links should not redirect to 404 * docs: update card links * fix: use relURL for card link
715 B
715 B
title | linkTitle |
---|---|
Cards Component | Cards |
Example
{{< cards >}} {{< card link="../callout" title="Callout" icon="warning" >}} {{< card link="/" title="No Icon" >}} {{< /cards >}}
{{< cards >}} {{< card link="/" title="Image Card" image="https://source.unsplash.com/featured/800x600?landscape" subtitle="Unsplash Landscape" >}} {{< /cards >}}
Usage
{{</* cards */>}}
{{</* card link="../callout" title="Callout" icon="warning" */>}}
{{</* card link="/" title="No Icon" */>}}
{{</* /cards */>}}
{{</* cards */>}}
{{</* card link="/" title="Image Card" image="https://source.unsplash.com/featured/800x600?landscape" subtitle="Unsplash Landscape" */>}}
{{</* /cards */>}}