From 999e91290a9e61e1f86ad44c3e8f36291d9890d4 Mon Sep 17 00:00:00 2001 From: Bat Date: Thu, 26 Jul 2018 18:37:13 +0200 Subject: [PATCH] Link in comments redirect to profile on the current instance Fix #127 --- templates/macros.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html.tera b/templates/macros.html.tera index 50a192e4..b35db055 100644 --- a/templates/macros.html.tera +++ b/templates/macros.html.tera @@ -43,7 +43,7 @@ {% endmacro %} {% macro comment(comm) %}
- + {{ comm.author.name }} @{{ comm.author.username }}