hugo-theme-noteworthy/layouts/partials/header.html
2020-02-02 11:13:02 -06:00

5 lines
119 B
HTML

<header>
<div class="site-title">
<a href="{{ "/" | relURL }}">{{ .Site.Title }}</a>
</div>
</header>