diff --git a/content/photography/index.md b/content/photography/index.md index 9ef550f..e108cb0 100644 --- a/content/photography/index.md +++ b/content/photography/index.md @@ -1,8 +1,19 @@ +++ -title = 'Photography' +title = "Photography" date = 2024-07-29T14:47:44-07:00 draft = false layout = "photography" +++ -{{< gallery match="*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true >}} +{{< gallery + match="*" + sortOrder="desc" + rowHeight="150" + margins="5" + thumbnailResizeOptions="600x600 q90 Lanczos" + showExif="true" + previewType="blur" + embedPreview="true" + loadJQuery="true" +>}} +