Skip to content

Commit

Permalink
fix: set correct path for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Jul 16, 2024
1 parent 440d16b commit 9e67379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container d-flex justify-content-between align-items-center">
<!-- Logo container-->
<a class="logo" aria-label="Home" href='{{ relLangURL "" }}'>
{{ with resources.Get "images/logos/mark.svg" }}
{{ with resources.Get "images/logo.svg" }}
{{ .Content | safeHTML }}
{{ end }}
</a>
Expand Down

0 comments on commit 9e67379

Please sign in to comment.