hugo-theme-noteworthy/layouts/partials/header.html

5 lines
119 B
HTML
Raw Normal View History

2020-02-02 17:13:02 +00:00
<header>
<div class="site-title">
<a href="{{ "/" | relURL }}">{{ .Site.Title }}</a>
</div>
</header>