diff --git a/views/index.pug b/views/index.pug index ecdddc4..5281b12 100644 --- a/views/index.pug +++ b/views/index.pug @@ -98,7 +98,7 @@ html | #{link.subreddit} p.comments a(href="" + link.permalink + "", class="comments") - | comments #{link.num_comments} + | #{link.num_comments} comments #search.sr p search form(action="/r/all/search", method="GET") diff --git a/views/subreddit.pug b/views/subreddit.pug index 1b0b45e..ccece52 100644 --- a/views/subreddit.pug +++ b/views/subreddit.pug @@ -98,7 +98,7 @@ html | #{link.subreddit} p.comments a(href="" + link.permalink + "", class="comments") - | comments #{link.num_comments} + | #{link.num_comments} comments if json.info.before || json.info.after .view-more-inks if json.info.before && !subreddit_front