From ea6e43ddfcff1b933ad62f52c0470cf1cf267247 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 9 Aug 2025 12:38:34 +0200 Subject: [PATCH] Replace images in cards with svg placeholder --- exampleSite/content.en/docs/shortcodes/cards.md | 4 ++-- exampleSite/content.en/docs/shortcodes/cards/placeholder.svg | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 exampleSite/content.en/docs/shortcodes/cards/placeholder.svg 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