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> <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>