Skip to content

Commit

Permalink
Make apple touch icon shared icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jul 31, 2023
1 parent bdbd523 commit d8fde90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/components/head.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export default html`
<meta charset="utf-8" />
<meta name="referrer" content="origin" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="apple-touch-icon.png" />
<meta property="twitter:image" content="apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon.png" />
<link rel="stylesheet" type="text/css" href="news.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down

0 comments on commit d8fde90

Please sign in to comment.