Skip to content

Commit

Permalink
[BUGFIX] Correct condition for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 25, 2024
1 parent b9fea42 commit 9653a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<header class="header">
<a href="/" class="header__logo">
<f:if condition="{settings.logo}">
<f:if condition="{settings.logo.path}">
<f:then>
<img src="{settings.logo.path}" alt="{site.configuration.websiteTitle}"/>
</f:then>
Expand Down

0 comments on commit 9653a24

Please sign in to comment.