fix header logo link
This commit is contained in:
parent
7ffa86175c
commit
93bb015db6
|
@ -1,15 +1,17 @@
|
|||
<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" . }}
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue
Block a user