fix comments link

This commit is contained in:
teddit 2020-11-30 16:55:52 +01:00
parent 072ce098a6
commit cd8d54eef7
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ html
| #{link.subreddit} | #{link.subreddit}
p.comments p.comments
a(href="" + link.permalink + "", class="comments") a(href="" + link.permalink + "", class="comments")
| comments #{link.num_comments} | #{link.num_comments} comments
#search.sr #search.sr
p search p search
form(action="/r/all/search", method="GET") form(action="/r/all/search", method="GET")

View File

@ -98,7 +98,7 @@ html
| #{link.subreddit} | #{link.subreddit}
p.comments p.comments
a(href="" + link.permalink + "", class="comments") a(href="" + link.permalink + "", class="comments")
| comments #{link.num_comments} | #{link.num_comments} comments
if json.info.before || json.info.after if json.info.before || json.info.after
.view-more-inks .view-more-inks
if json.info.before && !subreddit_front if json.info.before && !subreddit_front