diff options
| author | Mark Otto <[email protected]> | 2014-06-08 16:18:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 16:18:09 -0700 |
| commit | 76277f87b8e2f4bab9b25c82d673b8074233c7af (patch) | |
| tree | 7b6f0594b81be262e800465aaf6e5a3c68bf2cc6 /docs/_includes | |
| parent | fe74a8bb3e903c88bd84a2fdfe535013c9effa25 (diff) | |
| parent | e1f9c25f8d1d1c3730ca186057fe53f255f3e92d (diff) | |
| download | bootstrap-76277f87b8e2f4bab9b25c82d673b8074233c7af.tar.xz bootstrap-76277f87b8e2f4bab9b25c82d673b8074233c7af.zip | |
Merge pull request #13189 from twbs/apple-touch-icon
New apple touch icon and favicon
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index b21969451..e60853ef4 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -34,8 +34,8 @@ <![endif]--> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> -<link rel="shortcut icon" href="../assets/ico/favicon.ico"> +<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"> +<link rel="icon" href="/favicon.ico"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
