Skip to content

Commit

Permalink
fixes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Feb 1, 2015
1 parent 83b6b1e commit 731a355
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/navbar-brand.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="{{ site.url }}" class="site-name-logo navbar-brand">
{% if function('function_exists', 'jetpack_the_site_logo') and function('jetpack_the_site_logo') %}
{{ function('jetpack_the_site_logo') }}
{% else %}
{% if function('function_exists', 'jetpack_the_site_logo') and function('jetpack_the_site_logo') %}
{{ function('jetpack_the_site_logo') }}
{% else %}
<a href="{{ site.url }}" class="site-name-logo navbar-brand">
{{ site.name }}
{% endif %}
</a>
</a>
{% endif %}

0 comments on commit 731a355

Please sign in to comment.