blog/layouts/partials/header.html

9 lines
235 B
HTML
Raw Normal View History

<nav>
<ul>
<li>
<a href="/"><img class="logo" src="{{ .Site.Params.Logo }}" /><strong>{{ .Site.Title }}</strong></a>
</li>
</ul>
{{ partial "hmenu.html" (dict "menuID" "main" "page" .) }}
</nav>