mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-10 11:19:27 +00:00
[AB-xxx] fixing incorrectly rendering multiple attachments for link embeds and starboard posts
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
<#items as attachment>
|
||||
{
|
||||
"url": "${attachment.proxyUrl}"
|
||||
}</#items>
|
||||
}<#sep>,</#items>
|
||||
]
|
||||
}<#sep>,</#list>
|
||||
}</#list>
|
||||
</#if>
|
||||
<#if hasContent==false>
|
||||
{
|
||||
|
||||
@@ -89,9 +89,9 @@
|
||||
<#items as attachment>
|
||||
{
|
||||
"url": "${attachment.proxyUrl}"
|
||||
}</#items>
|
||||
}<#sep>,</#items>
|
||||
]
|
||||
}<#sep>,</#list>
|
||||
}</#list>
|
||||
</#if>
|
||||
<#if hasContent==false>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user