binario/layouts/partials/header.html
2019-01-23 14:31:01 -05:00

4 lines
No EOL
130 B
HTML

<header class="header">
<a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a>
{{ partial "menu.html" . }}
</header>