From 29d00e0cd7285133c9260276acb0d99b02d6e3bc Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@users.sourceforge.net> Date: Tue, 25 Mar 2014 09:30:04 +0200 Subject: [PATCH] Move apple-touch-icon-precomposed.png and favicon.ico in docs root. This way, it works in all browsers. --- docs/_includes/header.html | 4 ++-- .../ico => }/apple-touch-icon-precomposed.png | Bin docs/examples/blog/index.html | 2 +- docs/examples/carousel/index.html | 2 +- docs/examples/cover/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/grid/index.html | 2 +- docs/examples/jumbotron-narrow/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/justified-nav/index.html | 2 +- docs/examples/navbar-fixed-top/index.html | 2 +- docs/examples/navbar-static-top/index.html | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/non-responsive/index.html | 2 +- docs/examples/offcanvas/index.html | 2 +- docs/examples/signin/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/sticky-footer/index.html | 2 +- docs/examples/theme/index.html | 2 +- docs/{assets/ico => }/favicon.ico | Bin 21 files changed, 20 insertions(+), 20 deletions(-) rename docs/{assets/ico => }/apple-touch-icon-precomposed.png (100%) rename docs/{assets/ico => }/favicon.ico (100%) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e38a2c450b..e60853ef49 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -34,8 +34,8 @@ <![endif]--> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-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(){ diff --git a/docs/assets/ico/apple-touch-icon-precomposed.png b/docs/apple-touch-icon-precomposed.png similarity index 100% rename from docs/assets/ico/apple-touch-icon-precomposed.png rename to docs/apple-touch-icon-precomposed.png diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index e087fb4572..6395e48d21 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Blog Template for Bootstrap</title> diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 4b18e353c1..b0486f6277 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Carousel Template for Bootstrap</title> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 7ea992e460..193fc74b47 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Cover Template for Bootstrap</title> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index bdb955bcf7..19016bc197 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Dashboard Template for Bootstrap</title> diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 17a06c5e81..2dff5df9b5 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Grid Template for Bootstrap</title> diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html index 01ece220fc..56398c96e2 100644 --- a/docs/examples/jumbotron-narrow/index.html +++ b/docs/examples/jumbotron-narrow/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Narrow Jumbotron Template for Bootstrap</title> diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 592d277de6..932313f0da 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Jumbotron Template for Bootstrap</title> diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index 9817401c5f..138d3c9bb5 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Justified Nav Template for Bootstrap</title> diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index 2d719ff6b9..f7c5e2e47b 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Fixed Top Navbar Example for Bootstrap</title> diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index 70fb7a4e55..00c9dfd381 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Static Top Navbar Example for Bootstrap</title> diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 491dd0e1f3..ddb5c99fa5 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Navbar Template for Bootstrap</title> diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 7210419de2..10859dad19 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -8,7 +8,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Non-responsive Template for Bootstrap</title> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 42c405e567..04629579b6 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Off Canvas Template for Bootstrap</title> diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index d96ded7f66..c9d2293a00 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Signin Template for Bootstrap</title> diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index c3b7fb473b..560e81da2c 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Starter Template for Bootstrap</title> diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 25f0e13c54..30deb2886a 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Sticky Footer Navbar Template for Bootstrap</title> diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index d171d5e87e..a248e032f2 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Sticky Footer Template for Bootstrap</title> diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index a391264ece..2916b2f3a8 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../favicon.ico"> <title>Theme Template for Bootstrap</title> diff --git a/docs/assets/ico/favicon.ico b/docs/favicon.ico similarity index 100% rename from docs/assets/ico/favicon.ico rename to docs/favicon.ico -- GitLab