345cb5d947
* Prefer existing and translated variant of home page as the site link in the menu header. * More compact "cond"-version of fix.
8 lines
274 B
HTML
8 lines
274 B
HTML
<h2 class="book-brand">
|
|
<a href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
|
|
{{- with .Site.Params.BookLogo -}}
|
|
<img src="{{ . | relURL }}" alt="Logo" />
|
|
{{- end -}}
|
|
<span>{{ .Site.Title }}</span>
|
|
</a>
|
|
</h2>
|