diff options
| author | Haishan <[email protected]> | 2021-01-04 22:29:42 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-01-04 22:29:42 +0800 |
| commit | bf24ab6ff3f0b96e7acd63f4aeef448f3f0f694a (patch) | |
| tree | 4f2d8840a0e0110ef91a13303d07579d3e4101fb /src | |
| parent | 5f6261790c6f4679a905d5d825e03d63caf7d70f (diff) | |
feat: add apple-touch-icon*
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.template.ejs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs index 5fbc28b..4604b0a 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -5,6 +5,11 @@ <link rel="shortcut icon" href="yacd.ico" /> <link rel="icon" type="image/png" sizes="64x64" href="yacd-64.png" /> <link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png" /> + <link + rel="apple-touch-icon-precomposed" + href="apple-touch-icon-precomposed.png" + /> + <meta name="apple-mobile-web-app-title" content="yacd"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="application-name" content="yacd" /> |
