Remove filled-rows gallery type

This commit is contained in:
Will Faught
2023-07-23 20:50:56 -07:00
parent 358ebe7bd5
commit 8c5d82a743
3 changed files with 2 additions and 39 deletions

View File

@@ -308,18 +308,6 @@ Result:
Code:
```go-text-template
{{</* paige/gallery images="*.jpg" maxheight="10rem" type="filled-rows" /*/>}}
```
Result:
{{< paige/gallery images="*.jpg" maxheight="10rem" type="filled-rows" />}}
---
Code:
```go-text-template
{{</* paige/gallery images="*.jpg" type="grid" /*/>}}
```