Files
cookthebooks-hugo/layouts/partials/header.html
2024-08-20 23:05:39 -07:00

5 lines
207 B
HTML

<a class="skip-link screen-reader-text" href="#content">{{ i18n "skip-to-content" }}</a>
<header id="masthead" class="site-header">
{{ partial "branding.html" . }}
{{ partial "navbar.html" . }}
</header>