Skip to content

Commit

Permalink
fix img display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aselkk committed Feb 11, 2024
1 parent ffdaa96 commit e8e7f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container header-container">
<div class="logo">
<img src="/images/logo3city.png" alt="{{ .Title }}" />
<img src="./images/logo3city.png" alt="{{ .Title }}" />
</div>
<!-- Navigation menu -->
{{ $page := . }}
Expand Down

0 comments on commit e8e7f3a

Please sign in to comment.