binario/layouts/partials/header.html
2018-11-03 10:23:41 -04:00

4 lines
No EOL
126 B
HTML

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