pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<header class="banner">
|
|
|
|
<div class="container">
|
|
|
|
<h1><a href="{{ home_url('/') }}">{{ get_bloginfo('name', 'display') }}</a></h1>
|
|
|
|
<h2>{{ get_bloginfo('description', 'display') }}</h2>
|
|
|
|
<nav class="nav-primary">
|
|
|
|
@if (has_nav_menu('primary_navigation'))
|
|
|
|
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav']) !!}
|
|
|
|
@endif
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|