hearth/layouts/partials/header.html

6 lines
124 B
HTML
Raw Normal View History

2023-04-07 05:56:53 -04:00
<header>
<a href="/"><h1>{{.Site.Title}}</h1></a>
<p><i>{{.Description}}</i></p>
{{ partial "nav" .}}
</header>