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 b44ae6d..722a353 100644 --- a/src/mixins/post.pug +++ b/src/mixins/post.pug | |||
@@ -12,6 +12,10 @@ mixin post(p, currentUrl) | |||
12 | div.info-container | 12 | div.info-container |
13 | p | 13 | p |
14 | | #{fmtnum(p.ups)} ↑ | 14 | | #{fmtnum(p.ups)} ↑ |
15 | if p.gilded > 0 | ||
16 | | · | ||
17 | span.gilded | ||
18 | | #{p.gilded} ☆ | ||
15 | span.post-author | 19 | span.post-author |
16 | | · | 20 | | · |
17 | | u/#{p.author} | 21 | | u/#{p.author} |