0 Votes

Changes for page Nonwhite Privilege

Last modified by Ryan C on 2025/06/02 17:54

From version 111.1
edited by Ryan C
on 2025/05/03 15:55
Change comment: Upload new image "The_Ravens_are_the_first_team.jpg", version 1.2
To version 114.1
edited by Ryan C
on 2025/05/03 16:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -93,9 +93,16 @@
93 93  
94 94  == Images and Videos ==
95 95  
96 +{{velocity}}
97 +#set($attachments = $doc.getAttachmentList())
98 +
96 96  {{gallery}}
97 -
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
98 98  {{/gallery}}
106 +{{/velocity}}
99 99  
100 -
101 101  {{putFootnotes/}}