aboutsummaryrefslogtreecommitdiff
path: root/src/views/comments.pug
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-31 08:25:09 +0100
committerAkshay <[email protected]>2024-08-31 08:28:11 +0100
commit55ef1a63136c2ff0ec808ba44160f5503cc4416b (patch)
treeb14d287ca284963d7469c48957380778da7182b2 /src/views/comments.pug
parent17cb2b62fd8f31f49347ae5818acfc8c589fdbea (diff)
add markdown rendering, lay out localStorage subscriptions
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r--src/views/comments.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug
index f7964a3..ff90554 100644
--- a/src/views/comments.pug
+++ b/src/views/comments.pug
@@ -14,7 +14,7 @@ html
14 img(src=post.url).post-media 14 img(src=post.url).post-media
15 else if post.post_hint == 'hosted:video' 15 else if post.post_hint == 'hosted:video'
16 video(src=post.url).post-media 16 video(src=post.url).post-media
17 p.self-text !{post.selftext} 17 p.self-text !{post.selftext_html}
18 hr 18 hr
19 19
20 div.comments-container 20 div.comments-container