mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 19:39:30 +00:00
9 lines
219 B
HTML
9 lines
219 B
HTML
<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>
|