From 2bddc952cb39aaf9649250da8d1d278d36d01e49 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 25 Feb 2021 21:53:27 -0800 Subject: [PATCH] Link comment timestamps. Closes #137 --- templates/comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/comment.html b/templates/comment.html index 355cd53..694352d 100644 --- a/templates/comment.html +++ b/templates/comment.html @@ -14,7 +14,7 @@ {% if author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(author.flair.flair_parts) %} {% endif %} - {{ rel_time }} + {{ rel_time }} {% if edited.0 != "".to_string() %}edited {{ edited.0 }}{% endif %}
{{ body }}