diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 44fb291a..45307bf7 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -104,19 +104,20 @@ def template_youtube_comments(comments) html += <<-END_HTML
-
+
-
+

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

-
-

#{child["contentHtml"]}

- #{replies_html} + [ - ] +
+

#{child["contentHtml"]}

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

+ #{replies_html}
@@ -157,9 +158,9 @@ def template_reddit_comments(root) content = <<-END_HTML

[ - ] - #{score} #{author} - - #{recode_date(child.created_utc)} ago + #{score} points + #{recode_date(child.created_utc)} ago

#{body_html}