hugo-book/layouts/partials/docs/brand.html

9 lines
206 B
HTML
Raw Normal View History

2018-11-24 14:10:43 +00:00
<h2 class="book-brand">
<a href="{{ .Site.BaseURL }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="Logo" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
2019-07-15 16:25:21 +00:00
</h2>