diff --git a/views/mixins/catalogtile.pug b/views/mixins/catalogtile.pug index 2d794989..b0724dea 100644 --- a/views/mixins/catalogtile.pug +++ b/views/mixins/catalogtile.pug @@ -12,7 +12,7 @@ mixin catalogtile(board, post, truncate) img(src='/img/locked.svg' height='12') | span - a.no-decoration.post-subject(href=postURL) #{post.subject || 'No Subject #'+post.postId} + a.no-decoration.post-subject(href=postURL) #{post.subject || '#'+post.postId} | - | R: #{post.replyposts} | /