gitdeploy/html/layouts/partials/header.html

9 lines
180 B
HTML
Raw Normal View History

2020-09-19 17:59:59 +00:00
<header class="header">
<div class="brand content">
<h1>
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</h1>
</div>
{{ partial "navbar.html" }}
</header>