diff options
author | Akshay <[email protected]> | 2024-11-04 23:33:08 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-04 23:33:08 +0000 |
commit | ff789b09c45e0a9dcc4f39cdf5948e3c589a765a (patch) | |
tree | a66cc871be58b568499e2eb5a8f57ae0c7111227 /src/mixins | |
parent | 4e586aacad21e48cfb69b4052a5d0aba788709ae (diff) |
more work with spacing
Diffstat (limited to 'src/mixins')
-rw-r--r-- | src/mixins/comment.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug index 518307d..4249030 100644 --- a/src/mixins/comment.pug +++ b/src/mixins/comment.pug | |||
@@ -24,7 +24,7 @@ mixin comment(com, isfirst) | |||
24 | 24 | ||
25 | if kind == "more" | 25 | if kind == "more" |
26 | div(class=`more ${isfirst ? 'first' : ''}`) | 26 | div(class=`more ${isfirst ? 'first' : ''}`) |
27 | | #{data.count} more comments | 27 | | #{data.count} more #{fmttxt(data.count, 'comment')} |
28 | else | 28 | else |
29 | div(class=`comment ${isfirst ? 'first' : ''}`) | 29 | div(class=`comment ${isfirst ? 'first' : ''}`) |
30 | details(id=`${data.id}` open="") | 30 | details(id=`${data.id}` open="") |