Skip to content

Commit

Permalink
check for logo_url instead of logo (#210)
Browse files Browse the repository at this point in the history
resolves #209
  • Loading branch information
2bndy5 committed Jan 20, 2023
1 parent 0cbc073 commit 4ea9b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->

<!-- Logo -->
{%- if logo -%}
{%- if logo_url -%}
<img src="{{ logo_url }}" alt="logo" />
{%- elif theme_logo_svg -%}
{%- include theme_logo_svg -%}
Expand Down

0 comments on commit 4ea9b28

Please sign in to comment.