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.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixins/post.pug b/src/mixins/post.pug
index 9021f93..f4b6c4f 100644
--- a/src/mixins/post.pug
+++ b/src/mixins/post.pug
@@ -25,9 +25,9 @@ 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}?sort=${sortQuery}&view=${viewQuery}`) r/#{p.subreddit} 28 a(href=`/r/${p.subreddit}`) r/#{p.subreddit}
29 |  ·  29 |  · 
30 a(href=`/comments/${p.id}?from=${from}&sort=${sortQuery}&view=${viewQuery}`) #{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)
32 div.self-text-overflow.card 32 div.self-text-overflow.card
33 if p.spoiler || p.over_18 33 if p.spoiler || p.over_18