2023-10-04 21:14:28

This commit is contained in:
z17CX 2023-10-04 21:14:28 +00:00
parent 852a493e26
commit fc5d275a5f
Signed by: z17cx
GPG key ID: 3F5F87C84EE943E4

View file

@ -1,7 +1,8 @@
<!--[ menu: main ]-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top border-bottom shadow-sm text-lg-center bg-light">
<div class="container-fluid">
<a title="{{ (site.Title) }}" class="navbar-brand" href='{{ (("/") | relLangURL) }}'>{{ (site.Title) }}</a>
<a class="navbar-brand" href='{{ (("/") | relLangURL) }}' data-bs-tooltip data-bs-title='{{ (site.Title) }}'>
<img src='{{ ("/img/logo.min.svg" | absURL) }}' alt="{{ (site.Title) }}" width="30" height="24" class="d-inline-block align-text-top"/>
</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navTopBar"
aria-controls="navTopBar" aria-expanded="false" aria-label="">
<span class="navbar-toggler-icon"></span>
@ -16,4 +17,3 @@
</div>
</div>
</nav>
<!--[ / menu: main ]-->