diff options
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r-- | src/views/comments.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug index 1265609..b96953d 100644 --- a/src/views/comments.pug +++ b/src/views/comments.pug | |||
@@ -64,7 +64,7 @@ html | |||
64 | video(controls data-dashjs-player src=`${url}`).post-media | 64 | video(controls data-dashjs-player src=`${url}`).post-media |
65 | else if isPostLink(post) | 65 | else if isPostLink(post) |
66 | a(href=post.url) | 66 | a(href=post.url) |
67 | | #{post.domain} ↗ | 67 | | #{post.url} |
68 | 68 | ||
69 | if post.selftext_html | 69 | if post.selftext_html |
70 | div.self-text | 70 | div.self-text |