mirror of
https://github.com/tabler/tabler.git
synced 2026-08-26 21:04:25 +04:00
top navigation fixes
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
{% if page.sidebar %}
|
||||
{% include layout/navbar-search.html class="mr-4" %}
|
||||
{% else %}
|
||||
{% include layout/navbar-logo.html class="mr-4" %}
|
||||
{% include layout/navbar-logo.html class="mr-4" dark=include.dark %}
|
||||
{% endif %}
|
||||
|
||||
<ul class="nav navbar-menu align-items-center ml-auto">
|
||||
<li class="nav-item d-none d-lg-flex mr-3">
|
||||
{% include ui/button.html href=site.github_url text="Source code" icon="brand/github" icon-color="github" external=true %}
|
||||
{% include ui/button.html href=site.github_url text="Source code" icon="brand/github" external=true %}
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
|
||||
Reference in New Issue
Block a user