Check logo exists before showing it

This commit is contained in:
David Darnes 2018-01-01 19:20:43 +00:00
parent efeb7623ea
commit a787982af8
1 changed files with 1 additions and 1 deletions

View File

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