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.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug
index d9c96e9..9210d96 100644
--- a/src/views/comments.pug
+++ b/src/views/comments.pug
@@ -22,8 +22,8 @@ html
22 main#content 22 main#content
23 +header() 23 +header()
24 div.hero 24 div.hero
25 h3 25 h3.sub-title
26 a(href=`/r/${post.subreddit}`) r/#{post.subreddit} 26 a(href=`/r/${post.subreddit}`) r/#{post.subreddit}
27 27
28 h2 #{post.title} 28 h2 #{post.title}
29 29