Files
hugo-book/layouts/_partials/docs/brand.html

9 lines
279 B
HTML

<h2 class="book-brand">
<a class="flex align-center" href="{{ partial "docs/links/home" . }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="{{ partial "docs/text/i18n" "Logo" }}" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
</h2>