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

9 lines
208 B
HTML
Raw Normal View History

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