diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:01:40 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:01:40 +0200 |
commit | ae3c5017c4b7cae25e6107a31a37c2fdb2dbab4c (patch) | |
tree | 260d5e00020770f98dac75a458b3dd0dc0dc7d50 /layouts | |
parent | 73e53768c962e38c54d31e1ecfed1dfc06b59bcb (diff) |
Small adjustments for logo span and css
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/docs/brand.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index d88d550..7d3ca3a 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -1,8 +1,8 @@ <h2 class="book-brand"> - <a href="{{ .Site.BaseURL }}"><span> + <a href="{{ .Site.BaseURL }}"> {{- with .Site.Params.BookLogo -}} - <img src="{{ . | relURL }}" alt="Logo" /> + <img src="{{ . | relURL }}" alt="Logo" /> {{- end -}} - {{ .Site.Title }} - </span></a> + <span>{{ .Site.Title }}</span> + </a> </h2> |