binario/layouts/partials/header.html

4 lines
126 B
HTML
Raw Normal View History

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