hugo-theme-noteworthy/layouts/partials/header.html
2020-04-14 12:18:27 +02:00

6 lines
124 B
HTML

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