added logo.html to include folder

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

25
_includes/logo.html Normal file
View file

@ -0,0 +1,25 @@
{% if page.title == 'Home' %}
<!-- LogoPart for HOMEPAGE -->
<!-- Foundaton Logo -->
<a class="navbar-brand" href="../">
<img src="../img/logo.png" alt="lbry-foundation-logo">
</a>
<!-- /Foundaton Logo -->
<!-- /LogoPart for HOMEPAGE -->
{% elsif page.layout == 'default' %}
<!-- LogoPart for DefaultLayoutsPages -->
<!-- Foundaton Logo -->
<a class="navbar-brand" href="./">
<img src="./img/logo.png" alt="lbry-foundation-logo">
</a>
<!-- /Foundaton Logo -->
<!-- /LogoPart for DefaultLayoutsPages -->