... |
... |
@@ -71,17 +71,17 @@ |
71 |
71 |
|
72 |
72 |
== Videos and Images {{id name="videos-and-images"/}} == |
73 |
73 |
|
74 |
|
-{{velocity}} |
|
74 |
+~{~{velocity}} |
75 |
75 |
#set ($attachments = $doc.getAttachmentList()) |
76 |
|
- |
77 |
|
-{{gallery}} |
|
76 |
+~{~{gallery}} |
78 |
78 |
#foreach ($attachment in $attachments) |
79 |
|
- #if ($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png') || $attachment.filename.endsWith('.webp')) |
80 |
|
- image:$attachment.filename |
81 |
|
- #end |
|
78 |
+ #if($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png')) |
|
79 |
+ image~:$attachment.filename |
|
80 |
+ #end |
82 |
82 |
#end |
83 |
|
-{{/gallery}} |
84 |
|
-{{/velocity}} |
|
82 |
+~{~{/gallery}} |
|
83 |
+~{~{/velocity}} |
|
84 |
+ |
85 |
85 |
|
86 |
86 |
=== Relevant Videos {{id name="relevant-videos"/}} === |
87 |
87 |
|