diff --git a/exampleSite/content.en/docs/shortcodes/cards.md b/exampleSite/content.en/docs/shortcodes/cards.md index d3b2b84..84c2514 100644 --- a/exampleSite/content.en/docs/shortcodes/cards.md +++ b/exampleSite/content.en/docs/shortcodes/cards.md @@ -3,12 +3,12 @@ ## Example {{% columns %}} -- {{< card image="https://images.pexels.com/photos/346529/pexels-photo-346529.jpeg" >}} +- {{< card image="docs/shortcodes/cards/placeholder.svg" >}} ### Line 1 Line 2 {{< /card >}} -- {{< card image="https://images.pexels.com/photos/346529/pexels-photo-346529.jpeg" >}} +- {{< card image="docs/shortcodes/cards/placeholder.svg" >}} This is tab MacOS content. {{< /card >}} {{% /columns %}} diff --git a/exampleSite/content.en/docs/shortcodes/cards/placeholder.svg b/exampleSite/content.en/docs/shortcodes/cards/placeholder.svg new file mode 100644 index 0000000..0a9c9e0 --- /dev/null +++ b/exampleSite/content.en/docs/shortcodes/cards/placeholder.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file