Skip to content

Commit

Permalink
Fix links for favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
remino committed Sep 18, 2024
1 parent 4e9834a commit a1be002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_head.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ meta(name="twitter:image" content=absolute_url(image_path('share.png')))/
meta(name="twitter:site" content="@remino")/
meta(name="twitter:creator" content="@remino")/
meta(name="twitter:url" content=absolute_url)/
link(rel="favicon" type="image/png" href=absolute_url(image_path('favicon.png')))/
link(rel="favicon" type="image/svg+xml" href=absolute_url(image_path('favicon.svg')))/
link(rel="icon" type="image/png" href=absolute_url(image_path('favicon.png')))/
link(rel="icon" type="image/svg+xml" href=absolute_url(image_path('favicon.svg')))/
link(rel="apple-touch-icon" href=absolute_url(image_path('apple-touch-icon.png')))/

0 comments on commit a1be002

Please sign in to comment.