aboutsummaryrefslogtreecommitdiff
path: root/src/mixins/post.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixins/post.pug')
-rw-r--r--src/mixins/post.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/post.pug b/src/mixins/post.pug
index f4b6c4f..81b1124 100644
--- a/src/mixins/post.pug
+++ b/src/mixins/post.pug
@@ -25,7 +25,7 @@ mixin post(p, currentUrl)
25 |  ·  25 |  · 
26 | #{timeDifference(Date.now(), p.created * 1000)} 26 | #{timeDifference(Date.now(), p.created * 1000)}
27 |  ·  27 |  · 
28 a(href=`/r/${p.subreddit}`) r/#{p.subreddit} 28 a(href=`/r/${p.subreddit}?view=${viewQuery}`) r/#{p.subreddit}
29 |  ·  29 |  · 
30 a(href=`/comments/${p.id}?from=${from}`) #{fmtnum (p.num_comments)} ↩ 30 a(href=`/comments/${p.id}?from=${from}`) #{fmtnum (p.num_comments)} ↩
31 if (query.view == "card" && !isPostMedia(p) && p.selftext_html) 31 if (query.view == "card" && !isPostMedia(p) && p.selftext_html)