Changes for page Nonwhite Privilege
Summary
Details
- Page properties
-
- Content
-
... ... @@ -93,7 +93,16 @@ 93 93 94 94 == Images and Videos == 95 95 96 +{{velocity}} 97 +#set($attachments = $doc.getAttachmentList()) 96 96 97 -{{carousel/}} 99 +{{gallery}} 100 +#foreach($attachment in $attachments) 101 + #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp")) 102 + image:$attachment.filename 103 + #end 104 +#end 105 +{{/gallery}} 106 +{{/velocity}} 98 98 99 99 {{putFootnotes/}}