hugo-book/layouts/partials/docs/brand.html
2019-09-05 23:01:40 +02:00

9 lines
206 B
HTML

<h2 class="book-brand">
<a href="{{ .Site.BaseURL }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="Logo" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
</h2>