layouts/_default/baseof.html: Link header
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The site title in the header should be a link to home.
This commit is contained in:
parent
b524043127
commit
f813659623
@ -31,7 +31,7 @@
|
|||||||
<a class="link-secondary" href="#">Subscribe</a>
|
<a class="link-secondary" href="#">Subscribe</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 text-center">
|
<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>
|
||||||
<div class="col-4 d-flex justify-content-end align-items-center">
|
<div class="col-4 d-flex justify-content-end align-items-center">
|
||||||
<a class="link-secondary" href="#" aria-label="Search">
|
<a class="link-secondary" href="#" aria-label="Search">
|
||||||
|
Loading…
Reference in New Issue
Block a user