add sage theme

This commit is contained in:
2025-09-03 20:18:31 +01:00
parent 4251ccaac6
commit 495d5737cd
48 changed files with 9918 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<header class="banner">
<a class="brand" href="{{ home_url('/') }}">
{!! $siteName !!}
</a>
@if (has_nav_menu('primary_navigation'))
<nav class="nav-primary" aria-label="{{ wp_get_nav_menu_name('primary_navigation') }}">
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
</nav>
@endif
</header>