chore(header): allow unescaped siteName data (#2967)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<header class="banner">
|
<header class="banner">
|
||||||
<a class="brand" href="{{ home_url('/') }}">
|
<a class="brand" href="{{ home_url('/') }}">
|
||||||
{{ $siteName }}
|
{!! $siteName !!}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@if (has_nav_menu('primary_navigation'))
|
@if (has_nav_menu('primary_navigation'))
|
||||||
|
|||||||
Reference in New Issue
Block a user