aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
committertdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
commitd0cd07b12c2c88f7f956bc3d1d8a2dd6177fc388 (patch)
tree43e9189c509d326b1b5e1c463cc767f835359afd /themes/default/layouts/partials
parent8b2fc6c55e705d53a32d97f05a9267437c320cb0 (diff)
downloadcanory-d0cd07b12c2c88f7f956bc3d1d8a2dd6177fc388.tar.gz
canory-d0cd07b12c2c88f7f956bc3d1d8a2dd6177fc388.tar.bz2
canory-d0cd07b12c2c88f7f956bc3d1d8a2dd6177fc388.zip
themes/default/layouts/partials/gallery-walk: On picture
Soon won't need this
Diffstat (limited to 'themes/default/layouts/partials')
-rw-r--r--themes/default/layouts/partials/gallery-walk.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/gallery-walk.html b/themes/default/layouts/partials/gallery-walk.html
index 342aedf..b621633 100644
--- a/themes/default/layouts/partials/gallery-walk.html
+++ b/themes/default/layouts/partials/gallery-walk.html
@@ -14,7 +14,7 @@
{{- $filteredPages := partial "function-filters-content.html" .Site.RegularPages -}}
{{- range (where $filteredPages "Params.Author" $author.user) -}}
- {{- if in .Content "<figure>" -}}
+ {{- if in .Content "<picture>" -}}
{{- $data = $data | append (dict
"alt" (delimit (findRE `(?sU)alt=".*"` .Content 1) "")
"height" (delimit (findRE `(?sU)height=".*"` .Content 1) "")