binario/layouts/partials/header.html

4 lines
130 B
HTML
Raw Normal View History

2018-11-03 14:23:41 +00:00
<header class="header">
2019-01-23 19:31:01 +00:00
<a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a>
2018-11-03 14:23:41 +00:00
{{ partial "menu.html" . }}
</header>