hugo-theme-simple-cookbook/layouts/partials/header.html

8 lines
205 B
HTML

<nav class="navbar is-dark is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
{{ $.Site.Title }}
</a>
</div>
</nav>