0 Votes

Changes for page Nonwhite Privilege

Last modified by Ryan C on 2025/08/31 04:21

From version 118.1
edited by Ryan C
on 2025/05/03 16:21
Change comment: There is no comment for this version
To version 122.1
edited by Ryan C
on 2025/05/03 16:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -95,14 +95,14 @@
95 95  
96 96  {{velocity}}
97 97  #set($attachments = $doc.getAttachmentList())
98 +
98 98  {{gallery}}
99 99  #foreach($attachment in $attachments)
100 100   #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp"))
101 - image:$doc.fullName@$escapetool.url($attachment.filename)
102 + image:$attachment.filename
102 102   #end
103 103  #end
104 104  {{/gallery}}
105 105  {{/velocity}}
106 106  
107 -
108 108  {{putFootnotes/}}