diff options
Diffstat (limited to 'src/mixins/post.pug')
-rw-r--r-- | src/mixins/post.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mixins/post.pug b/src/mixins/post.pug index 26dc976..a9fd7c4 100644 --- a/src/mixins/post.pug +++ b/src/mixins/post.pug | |||
@@ -14,6 +14,10 @@ mixin post(p, currentUrl) | |||
14 | div.info-container | 14 | div.info-container |
15 | p | 15 | p |
16 | | #{fmtnum(p.ups)} ↑ | 16 | | #{fmtnum(p.ups)} ↑ |
17 | if p.gilded > 0 | ||
18 | | · | ||
19 | span.gilded | ||
20 | | #{p.gilded} ☆ | ||
17 | span.post-author | 21 | span.post-author |
18 | | · | 22 | | · |
19 | | u/#{p.author} | 23 | | u/#{p.author} |