Skip to content

Commit

Permalink
Fix broken github icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 19, 2024
1 parent 25cd624 commit a0b7f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
@import 'toc';

img.github-logo {
content: url(/docs/assets/img/github-mark.svg);
content: url({{ "/docs/assets/img/github-mark.svg" | relative_url }});
}

0 comments on commit a0b7f27

Please sign in to comment.