From 4689769cc6f4c3360ed3d11fc4c800afb26e67f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 8 Dec 2018 22:22:19 -0500 Subject: [PATCH] Add content class to card content ... although there shouldn't be any links happening in here. --- agaric/templates/paragraph/paragraph--title--columnar.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/paragraph/paragraph--title--columnar.html.twig b/agaric/templates/paragraph/paragraph--title--columnar.html.twig index 2ff887f..9b21951 100644 --- a/agaric/templates/paragraph/paragraph--title--columnar.html.twig +++ b/agaric/templates/paragraph/paragraph--title--columnar.html.twig @@ -53,7 +53,7 @@ {% block content %}
-
+
{# TODO something othar than this awful hack of stripping away h1, h2 #}

{{ content.field_title|render|striptags|trim }}

{{ content.field_subtitle|render|striptags|trim }}