From 8c5d82a7432f4aa440d05870e5b316e01643b1af Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 23 Jul 2023 20:50:56 -0700 Subject: [PATCH] Remove filled-rows gallery type --- README.md | 2 +- .../content/shortcodes/gallery/index.md | 12 --------- layouts/shortcodes/paige/gallery.html | 27 +------------------ 3 files changed, 2 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index f40dc87f..b3caecbc 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ Parameters:
style
Optional. String. CSS. Image style. Merged with implementation.
type
-
Optional. String. Type of layout. Must be filled-rows, grid, or rows (default).
+
Optional. String. Type of layout. Must be grid or rows (default).
width
Optional. String. CSS value. Image width.
diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 81cf443c..4a8f2dc2 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -308,18 +308,6 @@ Result: Code: -```go-text-template -{{}} -``` - -Result: - -{{< paige/gallery images="*.jpg" maxheight="10rem" type="filled-rows" />}} - ---- - -Code: - ```go-text-template {{}} ``` diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index 0de2c939..49be729d 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -42,32 +42,7 @@ {{/* The markup below cannot be indented due to Markdown. */}}