From 0c8170ed4cd1e6302b6fe62520e3f6e2c8da9d71 Mon Sep 17 00:00:00 2001 From: Conner Chu Date: Sun, 6 Jul 2025 12:01:59 +0200 Subject: [PATCH] remove go mod and sum --- content/photography/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/photography/index.md b/content/photography/index.md index 9ef550f..f10e093 100644 --- a/content/photography/index.md +++ b/content/photography/index.md @@ -5,4 +5,14 @@ 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" +>}}