Skip to content

Commit

Permalink
Fix logo url in demo env
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 17, 2024
1 parent b080224 commit a9f96cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a id="logo" href="{{ .Site.BaseURL }}">
<img src="{{ .Site.BaseURL }}/icon.jpg" />
<img src="/icon.jpg" />
</a>

0 comments on commit a9f96cf

Please sign in to comment.