catalog tile small change

merge-requests/208/head
fatchan 5 years ago
parent fa96c05956
commit 487aadf93a
  1. 2
      views/mixins/catalogtile.pug

@ -21,6 +21,6 @@ mixin catalogtile(board, post, index)
else if file.hasThumb
img.catalog-thumb(src=`/img/thumb-${file.hash}${file.thumbextension}` width='64' height='64')
else
img.catalog-thumb(src=`/img/${post.files[0].filename}` width='64' height='64')
img.catalog-thumb(src=`/img/${file.filename}` width='64' height='64')
if post.message
pre.no-m-p.post-message !{post.message}

Loading…
Cancel
Save