aboutsummaryrefslogtreecommitdiff
path: root/src/views/comments.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r--src/views/comments.pug3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug
index 2b2b76e..7bd1f9e 100644
--- a/src/views/comments.pug
+++ b/src/views/comments.pug
@@ -10,8 +10,7 @@ html
10 body 10 body
11 main#content 11 main#content
12 div.hero 12 div.hero
13 a(href=`/r/${post.subreddit}`) 13 h4 r/#{post.subreddit}
14 h4 ← r/#{post.subreddit}
15 h2 #{post.title} 14 h2 #{post.title}
16 15
17 if post.post_hint == 'image' 16 if post.post_hint == 'image'