Skip to content

Commit 1599141

Browse files
committed
allow markup in pageLead
1 parent dfd85f0 commit 1599141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/styles/hero.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if page.localized is defined and page.localized|length > 0 %}
99
{{ include('@W3CWebsiteTemplates/components/styles/page_translations--hero.html.twig') }}
1010
{% endif %}
11-
<p class="lead">{{ page.pageLead }}</p>
11+
<p class="lead">{{ page.pageLead|raw }}</p>
1212
{% endblock %}
1313
</div>
1414
{% if page.heroIllustration is defined and page.heroIllustration %}

0 commit comments

Comments
 (0)