From e6a38af5ee27f5d2d413da8cdcdb3180a0650123 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 29 Feb 2016 09:06:13 -0500 Subject: [PATCH] sorround attachments in div --- contrib/templates/default/post.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index c23e851..dbc3bbe 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -18,6 +18,7 @@ [{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}] {{{post.Pubkey}}} +
{{#post.Attachments}}
@@ -25,6 +26,7 @@
{{/post.Attachments}} +
{{{post.RenderBody}}}