fix nav-short option to have short avatar and to not have top whitespace

This commit is contained in:
Dean Attali 2020-08-31 17:46:42 +00:00
parent 5068c2de8d
commit 86b9f8236c
3 changed files with 12 additions and 4 deletions

View file

@ -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>