diff --git a/exampleSite/content/docs/guide/shortcodes/cards.md b/exampleSite/content/docs/guide/shortcodes/cards.md index c1536b0..3a150df 100644 --- a/exampleSite/content/docs/guide/shortcodes/cards.md +++ b/exampleSite/content/docs/guide/shortcodes/cards.md @@ -6,7 +6,7 @@ linkTitle: Cards ## Example {{< cards >}} - {{< card link="/" title="Callout" icon="warning" >}} + {{< card link="../callout" title="Callout" icon="warning" >}} {{< card link="/" title="No Icon" >}} {{< /cards >}} @@ -19,7 +19,7 @@ linkTitle: Cards ``` {{}} - {{}} + {{}} {{}} {{}} ``` diff --git a/layouts/shortcodes/card.html b/layouts/shortcodes/card.html index 263c635..751614d 100644 --- a/layouts/shortcodes/card.html +++ b/layouts/shortcodes/card.html @@ -15,7 +15,7 @@