sorround attachments in div
This commit is contained in:
parent
abf3da5900
commit
e6a38af5ee
@ -18,6 +18,7 @@
|
|||||||
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
||||||
<span class="tripcode">{{{post.Pubkey}}}</span>
|
<span class="tripcode">{{{post.Pubkey}}}</span>
|
||||||
</legend>
|
</legend>
|
||||||
|
<div class="attachments">
|
||||||
{{#post.Attachments}}
|
{{#post.Attachments}}
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>
|
<figcaption>
|
||||||
@ -25,6 +26,7 @@
|
|||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
{{/post.Attachments}}
|
{{/post.Attachments}}
|
||||||
|
</div>
|
||||||
<div class="post_body">
|
<div class="post_body">
|
||||||
{{{post.RenderBody}}}
|
{{{post.RenderBody}}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user