diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-08-18 11:12:50 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-08-18 11:12:58 +0200 |
commit | 26de844a1981ff5abfc1a57893cedb2eb4b7a33e (patch) | |
tree | 7f5597333ef9774df6414f87a7e73dc966e30acb /layouts/partials/docs/brand.html | |
parent | 50147be131a5e4cb1bc7aa6b49001842edcadf87 (diff) |
#343, #165: Move lang selector to left menu
Diffstat (limited to 'layouts/partials/docs/brand.html')
-rw-r--r-- | layouts/partials/docs/brand.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index 08ec797..f9accb4 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -1,5 +1,5 @@ <h2 class="book-brand"> - <a href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}"> + <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 -}} |