Archived
1
0

sorround attachments in div

This commit is contained in:
Jeff Becker 2016-02-29 09:06:13 -05:00
parent abf3da5900
commit e6a38af5ee
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -18,6 +18,7 @@
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
<span class="tripcode">{{{post.Pubkey}}}</span>
</legend>
<div class="attachments">
{{#post.Attachments}}
<figure>
<figcaption>
@ -25,6 +26,7 @@
</figcaption>
</figure>
{{/post.Attachments}}
</div>
<div class="post_body">
{{{post.RenderBody}}}
</div>