fix nav-short option to have short avatar and to not have top whitespace
This commit is contained in:
parent
5068c2de8d
commit
86b9f8236c
3 changed files with 12 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<nav class="navbar navbar-expand-md navbar-light fixed-top navbar-custom {% if page.nav-short %}top-nav-short-permanent{% endif %}">
|
||||
<nav class="navbar navbar-expand-md navbar-light fixed-top navbar-custom {% if page.nav-short %}top-nav-short-permanent{% else %}top-nav-regular{% endif %}">
|
||||
|
||||
{%- if site.title-img -%}
|
||||
<a class="navbar-brand navbar-brand-logo" href="{{ '' | absolute_url }}"><img alt="{{ site.title }} Logo" src="{{ site.title-img }}"/></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue