include logo.html to nav.html

This commit is contained in:
Udit Patel 2020-07-04 22:38:42 +05:30 committed by GitHub
parent 21d63d819b
commit 01dfc4ac50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
<span class="navbar-toggler-icon"></span>
</button>
<!--Dropdown toggle for smaller screens-->
<!--Foundaton Logo-->
<a class="navbar-brand" href="../">
<img src="../img/logo.png" alt="lbry-foundation-logo">
</a>
<!--Foundaton Logo-->
<!-- Foundaton Logo -->
{% include logo.html %}
<!-- /Foundaton Logo -->
<!--Navbar Menu Links-->
{% include navlinks.html %}
<!--Navbar Menu Links-->
<!--Navbar Menu Links-->
</div>
</div>
</nav>