fix header logo link

This commit is contained in:
zwbetz-gh 2020-06-14 14:05:19 -05:00
parent 7ffa86175c
commit 93bb015db6
1 changed files with 7 additions and 5 deletions

View File

@ -1,13 +1,15 @@
<header class="intro-and-nav" role="banner">
<div>
<div class="intro">
<a class="logo" href="/" aria-label="{{ .Site.Title }} home page">
<a
class="logo"
href="{{ .Site.BaseURL }}"
aria-label="{{ .Site.Title }} home page"
>
<img src="{{ "images/logo.svg" | absURL }}" alt="">
</a>
<p class="library-desc">
{{ with .Site.Params.description }}
{{ . | markdownify }}
{{ end }}
{{ with .Site.Params.description }} {{ . | markdownify }} {{ end }}
</p>
</div>
{{ partial "nav.html" . }}