mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
9 lines
320 B
HTML
9 lines
320 B
HTML
<h2 class="book-brand">
|
|
<a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.Default.Home.RelPermalink .Site.Home.RelPermalink }}">
|
|
{{- with .Site.Params.BookLogo -}}
|
|
<img src="{{ . | relURL }}" alt="Logo" class="book-icon" />
|
|
{{- end -}}
|
|
<span>{{ .Site.Title }}</span>
|
|
</a>
|
|
</h2>
|