chore(header): allow unescaped siteName data (#2967)

This commit is contained in:
Pascal GAULT
2022-02-06 18:27:02 +01:00
committed by GitHub
parent 258d1f9675
commit 85366aeb06

View File

@@ -1,6 +1,6 @@
<header class="banner">
<a class="brand" href="{{ home_url('/') }}">
{{ $siteName }}
{!! $siteName !!}
</a>
@if (has_nav_menu('primary_navigation'))