Skip to content

Commit

Permalink
Fix favicon link (#882)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
  • Loading branch information
kolchfa-aws authored Jul 13, 2023
1 parent 04ac650 commit 406ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<!-- {% include head-custom-google-analytics.html %} -->

<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/ico" href="{{ /assets/img/favicon.ico | relative_url }}" >
<link rel="shortcut icon" type="image/ico" href="/assets/img/favicon.ico" >

<!-- end custom head snippets -->

0 comments on commit 406ebb4

Please sign in to comment.