Skip to content

Commit

Permalink
Add image type for apple-touch-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Apr 2, 2022
1 parent dc92096 commit d5c3a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/template.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="/css/bulma.min.css">
<link rel="stylesheet" href="/css/brand.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
Expand Down

0 comments on commit d5c3a94

Please sign in to comment.