diff options
author | Akshay <[email protected]> | 2024-10-29 20:56:27 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-10-29 20:56:54 +0000 |
commit | 33e89cce40a62af327635f4cb32da54c3149e812 (patch) | |
tree | fe85506caa2fd9a84fb50c4ce2fb63621f97d8a0 /src/views/comments.pug | |
parent | 93b2f948382d4d50c76b0773fab4c44913a1b2f7 (diff) |
improvements to media preview, and galleries
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r-- | src/views/comments.pug | 3 |
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' |