summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/brand.html
blob: f9accb43a5116af9e9f898a44cd8476e5b532b71 (plain)
1
2
3
4
5
6
7
8
<h2 class="book-brand">
  <a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
    {{- with .Site.Params.BookLogo -}}
    <img src="{{ . | relURL }}" alt="Logo" />
    {{- end -}}
    <span>{{ .Site.Title }}</span>
  </a>
</h2>