From adcfd578a94413df911f8901a42fc5f5f8b3cef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 10:50:02 -0400 Subject: [PATCH] And add the subtitle class, which gives it the cool font --- .../src/templates/elements/field--field-subtitle.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/templates/elements/field--field-subtitle.html.twig b/web/themes/custom/geofresco/src/templates/elements/field--field-subtitle.html.twig index 9a10658..35294b2 100644 --- a/web/themes/custom/geofresco/src/templates/elements/field--field-subtitle.html.twig +++ b/web/themes/custom/geofresco/src/templates/elements/field--field-subtitle.html.twig @@ -37,5 +37,5 @@ */ #} {% for item in items %} - {{ item.content }} + {{ item.content }} {% endfor %}