diff options
| author | Mark Otto <[email protected]> | 2014-10-25 21:02:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 21:02:08 -0700 |
| commit | 5eb08f5d8d4c71c59774903934e8e340687b7c1c (patch) | |
| tree | 3329bc6e5ca7bd6e94809773c50738532e657520 /docs/_includes | |
| parent | 007fbdb66de629d63af5f811c1d881e95231ac9a (diff) | |
| parent | af2fe1d76bc2727e57e8a0fa115a0003a12ce6e1 (diff) | |
| download | bootstrap-5eb08f5d8d4c71c59774903934e8e340687b7c1c.tar.xz bootstrap-5eb08f5d8d4c71c59774903934e8e340687b7c1c.zip | |
Merge pull request #14748 from twbs/apple-touch-icon
Docs: Use a 180x180 apple-touch-icon-precomposed.png.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 9f77a4862..d3f78d424 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -45,7 +45,7 @@ <![endif]--> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"> +<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="icon" href="/favicon.ico"> <script> |
