Files
hugo-book/layouts/_partials/docs/brand.html
2026-04-23 16:29:12 +02:00

9 lines
339 B
HTML

<h2 class="book-brand">
<a class="flex align-center" href="{{ cond (not .Site.Home.File) hugo.Sites.Default.Home.RelPermalink .Site.Home.RelPermalink }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="{{ partial "docs/text/i18n" "Logo" }}" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
</h2>