diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 575561d2..246f3967 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -88,15 +88,20 @@ def template_youtube_comments(comments) html += <<-END_HTML
-
+
+ +
+

- [ - ] - #{child["likeCount"]} - #{child["author"]} -

-
- #{child["content"]} - #{replies_html} + [ - ] + #{child["likeCount"]} + #{child["author"]} + - #{recode_date(Time.epoch(child["published"].as_i64))} ago +

+
+ #{child["content"]} + #{replies_html} +