From 98b6cc0c08af787ce9a11491538f8d63a5e19afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 25 Dec 2018 11:44:02 -0500 Subject: [PATCH] Get unlinked title in a slightly less hacky way ... and slowly realize we really don't want titles on our comments... --- agaric/templates/content/comment.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/content/comment.html.twig b/agaric/templates/content/comment.html.twig index 043a4e7..3576cc4 100644 --- a/agaric/templates/content/comment.html.twig +++ b/agaric/templates/content/comment.html.twig @@ -94,7 +94,7 @@
{% if title %} {{ title_prefix }} - {{ title|striptags }} + {{ comment.label }} {{ title_suffix }} {% endif %} {{ content }}