From 9623ccc822a669772c4cb2f142e57c3a3956ee89 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 28 Feb 2023 20:56:00 -0800 Subject: [PATCH] Remove test galleries --- .../content/shortcodes/gallery/index.md | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 8b901215..3420b16e 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -14,22 +14,6 @@ Paige provides a `paige/gallery` shortcode for displaying a list of images. See the images in the example site to understand how the below file patterns work. Resize the viewport as narrow and wide as you can to see the responsiveness. -Code: - -```go-text-template -{{}} - {{}} -{{}} -``` - -Result: - -{{< paige/gallery >}} - {{< paige/gallery image="https://picsum.photos/400/300.webp" raw=true />}} -{{< /paige/gallery >}} - ---- - ## Rows layout Code: @@ -200,15 +184,6 @@ Result: ## Customization -{{< paige/gallery caption="X image" >}} - {{< paige/gallery image="*-1*.jpg" height="10rem" />}} - {{< paige/gallery image="*-1*.jpg" height="10rem" />}} - {{< paige/gallery image="*-1*.jpg" height="10rem" />}} - {{< paige/gallery image="*-1*.jpg" height="10rem" />}} -{{< /paige/gallery >}} - ---- - Code: ```go-text-template