diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 45307bf7..ec89c66b 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -109,17 +109,18 @@ def template_youtube_comments(comments)

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

-

#{child["contentHtml"]}

- #{recode_date(Time.epoch(child["published"].as_i64))} ago - | - #{child["likeCount"]} -

- #{replies_html} -
-
+ [ - ] + + #{child["author"]} + +
+

#{child["contentHtml"]}

+ #{recode_date(Time.epoch(child["published"].as_i64))} ago + | + #{child["likeCount"]} +

+ #{replies_html} +
END_HTML end