mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-17 12:01:57 +00:00
9 lines
208 B
HTML
9 lines
208 B
HTML
<h2 class="book-brand">
|
|
<a href="{{ .Site.BaseURL }}"><span>
|
|
{{- with .Site.Params.BookLogo -}}
|
|
<img src="{{ . | relURL }}" alt="Logo" />
|
|
{{- end -}}
|
|
{{ .Site.Title }}
|
|
</span></a>
|
|
</h2>
|