binario/layouts/partials/header.html
2020-02-05 11:34:22 -05:00

4 lines
No EOL
137 B
HTML

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