Handle navbar brand URL properly
This commit is contained in:
parent
856a1b185f
commit
5614eaa564
10 changed files with 319 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
<button class="navbar-toggler navbar-light" id="sidebar-toggler" type="button" onclick="toggleSidebar()">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{{ site.BaseURL | absLangURL }}">
|
||||
<a class="navbar-brand" href="{{ site.BaseURL | relLangURL }}">
|
||||
<img src="{{ $mainLogo | absURL }}">
|
||||
{{- site.Title -}}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue