Skip to content

Commit

Permalink
Merge pull request #17 from rtuszik/favicon
Browse files Browse the repository at this point in the history
fix(docs): fix favicon link to point to raw file
  • Loading branch information
rtuszik authored Oct 29, 2024
2 parents c4e7b1b + 5d94334 commit 8b6beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/cheatsheet_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link
rel="icon"
type="image/x-icon"
href="https://github.com/rtuszik/KoalaKeys/blob/cc427d1ee6fcc8a6f671954848b161c8f1bff599/assets/icons/favicon.ico"
href="https://raw.githubusercontent.com/rtuszik/KoalaKeys/cc427d1ee6fcc8a6f671954848b161c8f1bff599/assets/icons/favicon.ico"
/>
<title>{{ title }} Cheatsheet</title>
<link
Expand Down

0 comments on commit 8b6beae

Please sign in to comment.