mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-23 14:17:39 +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>
|
<#items as attachment>
|
||||||
{
|
{
|
||||||
"url": "${attachment.proxyUrl}"
|
"url": "${attachment.proxyUrl}"
|
||||||
}</#items>
|
}<#sep>,</#items>
|
||||||
]
|
]
|
||||||
}<#sep>,</#list>
|
}</#list>
|
||||||
</#if>
|
</#if>
|
||||||
<#if hasContent==false>
|
<#if hasContent==false>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -89,9 +89,9 @@
|
|||||||
<#items as attachment>
|
<#items as attachment>
|
||||||
{
|
{
|
||||||
"url": "${attachment.proxyUrl}"
|
"url": "${attachment.proxyUrl}"
|
||||||
}</#items>
|
}<#sep>,</#items>
|
||||||
]
|
]
|
||||||
}<#sep>,</#list>
|
}</#list>
|
||||||
</#if>
|
</#if>
|
||||||
<#if hasContent==false>
|
<#if hasContent==false>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user