client/general: reduce visual distractions

This commit is contained in:
rr-
2016-06-11 11:37:00 +02:00
parent 7566d2e0f3
commit 7670737873
2 changed files with 2 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<div class='post-content post-type-<%= ctx.post.type %>'>
<% if (['image', 'animation'].includes(ctx.post.type)) { %>
<img alt='<%= ctx.post.id %>' src='<%= ctx.post.contentUrl %>'/>
<img alt='' src='<%= ctx.post.contentUrl %>'/>
<% } else if (ctx.post.type === 'flash') { %>