blob: 3fab74ba0c9101d6a911cfe111b208eaf3df6d17 (
plain)
1
2
3
4
5
6
7
8
|
<h2 class="book-brand">
<a href="{{ .Site.BaseURL | relLangURL }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="Logo" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
</h2>
|