layouts/_default/baseof.html: Link header
continuous-integration/drone/push Build is passing Details

The site title in the header should be a link to home.
This commit is contained in:
Alan Orth 2020-12-28 23:14:30 +02:00
parent b524043127
commit f813659623
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<a class="link-secondary" href="#">Subscribe</a>
</div>
<div class="col-4 text-center">
<a class="blog-header-logo text-dark" href="#">{{ .Site.Title | safeHTML }}</a>
<a class="blog-header-logo text-dark" href="{{ .Site.BaseURL | absLangURL }}">{{ .Site.Title | safeHTML }}</a>
</div>
<div class="col-4 d-flex justify-content-end align-items-center">
<a class="link-secondary" href="#" aria-label="Search">