aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/docs/brand.html
blob: bf327e6326104fec5a29bbb504e797e2f4471d46 (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="{{ . | relURL }}" alt="Logo" />
      <span>
    {{- end -}}
    {{ .Site.Title }}
    {{- with .Site.Params.BookLogo -}}
      </span>
    {{- end -}}
  </a>
</h2>