... |
... |
@@ -95,16 +95,12 @@ |
95 |
95 |
|
96 |
96 |
{{velocity}} |
97 |
97 |
#set($attachments = $doc.getAttachmentList()) |
98 |
|
- |
99 |
|
-#macro(imageentry $filename) |
100 |
|
-#if($filename.endsWith(".jpg") || $filename.endsWith(".png") || $filename.endsWith(".webp")) |
101 |
|
- image:$doc.space/$doc.name/WebHome@$escapetool.url($filename) |
102 |
|
-#end |
103 |
|
-#end |
104 |
|
- |
105 |
105 |
{{gallery}} |
106 |
106 |
#foreach($attachment in $attachments) |
107 |
|
- #imageentry($attachment.filename) |
|
100 |
+ #set($filename = $escapetool.url($attachment.filename)) |
|
101 |
+ #if($filename.endsWith(".jpg") || $filename.endsWith(".png") || $filename.endsWith(".webp")) |
|
102 |
+ image:$doc.fullName.WebHome@$filename |
|
103 |
+ #end |
108 |
108 |
#end |
109 |
109 |
{{/gallery}} |
110 |
110 |
{{/velocity}} |