Skip to content

Commit

Permalink
header - broken image issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ceaksan committed Nov 21, 2021
1 parent fb9cc59 commit 636a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/design/templates/partials/nav.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% else %}{% set logo = null %}{% endif %}
{% if logo %}
<figure>
<img src="{{ home_url }}{{ logo|first.path }}" alt="{{ site.title }}" style="width: 150px;" />
<img src="{{ home_url }}/{{ logo|first.path }}" alt="{{ site.title }}" style="width: 150px;" />
</figure>
{% else %}
{{ site.title }}
Expand Down

0 comments on commit 636a9c4

Please sign in to comment.