mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
added logo.html to include folder
This commit is contained in:
parent
da1cac6e6a
commit
a6aa4ea698
1 changed files with 25 additions and 0 deletions
25
_includes/logo.html
Normal file
25
_includes/logo.html
Normal 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 -->
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue