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