summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/brand.html
blob: 7d3ca3ae78ab7ab3b82d4d5ce80ac09277b39f4e (plain)
1
2
3
4
5
6
7
8
<h2 class="book-brand">
  <a href="{{ .Site.BaseURL }}">
    {{- with .Site.Params.BookLogo -}}
    <img src="{{ . | relURL }}" alt="Logo" />
    {{- end -}}
    <span>{{ .Site.Title }}</span>
  </a>
</h2>