Skip to content

Commit

Permalink
allow markup in pageLead
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Nov 15, 2024
1 parent dfd85f0 commit 1599141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/styles/hero.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if page.localized is defined and page.localized|length > 0 %}
{{ include('@W3CWebsiteTemplates/components/styles/page_translations--hero.html.twig') }}
{% endif %}
<p class="lead">{{ page.pageLead }}</p>
<p class="lead">{{ page.pageLead|raw }}</p>
{% endblock %}
</div>
{% if page.heroIllustration is defined and page.heroIllustration %}
Expand Down

0 comments on commit 1599141

Please sign in to comment.