From cd8d54eef7f5c85a2c174cf897de6f1591622a53 Mon Sep 17 00:00:00 2001 From: teddit Date: Mon, 30 Nov 2020 16:55:52 +0100 Subject: [PATCH] fix comments link --- views/index.pug | 2 +- views/subreddit.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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