diff --git a/core/modules/forum/templates/forum-list.html.twig b/core/modules/forum/templates/forum-list.html.twig index 361d127..135463d 100644 --- a/core/modules/forum/templates/forum-list.html.twig +++ b/core/modules/forum/templates/forum-list.html.twig @@ -15,7 +15,8 @@ * - icon_title: Text alternative for the forum icon. * - name: The name of the forum. * - link: The URL to link to this forum. - * - description: The description of this forum. + * - description: The description field for the forum, containing: + * - value: The descriptive text for the forum. * - new_topics: A flag indicating if the forum contains unread posts. * - new_url: A URL to the forum's unread posts. * - new_text: Text for the above URL, which tells how many new posts. @@ -62,8 +63,8 @@ {{ forum.icon_title }}
{{ forum.label }}
- {% if forum.description %} -
{{ forum.description }}
+ {% if forum.description.value %} +
{{ forum.description.value }}
{% endif %} {% for i in 1..forum.depth if forum.depth > 0 %}{% endfor %}