Check logo exists before showing it
This commit is contained in:
parent
efeb7623ea
commit
a787982af8
@ -1,6 +1,6 @@
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
{% include site-logo.html %}
|
||||
{% if site.logo %}{% include site-logo.html %}{% endif %}
|
||||
{% include site-nav.html %}
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user