diff options
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 6 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/grid/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron-narrow/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/justified-nav/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar-fixed-top/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar-static-top/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/non-responsive/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/rtl/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/signin/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/starter-template/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
19 files changed, 22 insertions, 22 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 53078b1c7..6e4eee0b8 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="../../assets/ico/favicon.ico"> <title>Blog Template for Bootstrap</title> @@ -125,6 +125,8 @@ <div class="sidebar-module"> <h4>Archives</h4> <ol class="list-unstyled"> + <li><a href="#">March 2014</a></li> + <li><a href="#">February 2014</a></li> <li><a href="#">January 2014</a></li> <li><a href="#">December 2013</a></li> <li><a href="#">November 2013</a></li> @@ -135,8 +137,6 @@ <li><a href="#">June 2013</a></li> <li><a href="#">May 2013</a></li> <li><a href="#">April 2013</a></li> - <li><a href="#">March 2013</a></li> - <li><a href="#">February 2013</a></li> </ol> </div> <div class="sidebar-module"> diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 82883c844..beba7615c 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="../../assets/ico/favicon.ico"> <title>Carousel Template for Bootstrap</title> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index b8ea5ae0f..9b6497d00 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="../../assets/ico/favicon.ico"> <title>Cover Template for Bootstrap</title> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 1d5508878..75a8cd002 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="../../assets/ico/favicon.ico"> <title>Dashboard Template for Bootstrap</title> diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 54bdfbe0a..6bd945de2 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="../../assets/ico/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 7e5541b99..99782eefe 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="../../assets/ico/favicon.ico"> <title>Narrow Jumbotron Template for Bootstrap</title> diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index cde6b398d..c8d9fb245 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="../../assets/ico/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 ac20c7dd4..29f75708d 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="../../assets/ico/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 0d14827c4..1d71b3ac9 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="../../assets/ico/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 cd7b3aa76..d112d3544 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="../../assets/ico/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 8624c1eec..9870c46fb 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="../../assets/ico/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 3d202d579..6cd0a06fa 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="../../assets/ico/favicon.ico"> <title>Non-responsive Template for Bootstrap</title> @@ -73,7 +73,7 @@ <div class="page-header"> <h1>Non-responsive Bootstrap</h1> - <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.</p> + <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="http://getbootstrap.com/getting-started/#disable-responsive">Read the documentation</a> for more information.</p> </div> <h3>What changes</h3> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 439c79360..b0c217e20 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="../../assets/ico/favicon.ico"> <title>Off Canvas Template for Bootstrap</title> diff --git a/docs/examples/rtl/index.html b/docs/examples/rtl/index.html index 8dcdb7728..1248f82db 100644 --- a/docs/examples/rtl/index.html +++ b/docs/examples/rtl/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="../../assets/ico/favicon.ico"> <title>RTL Template for Bootstrap</title> diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index c04764f95..432e005de 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="../../assets/ico/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 6dc26fe87..24c314a4d 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="../../assets/ico/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 9c7566ed6..fed23d2fd 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="../../assets/ico/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 5788cd5c9..5c734b529 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="../../assets/ico/favicon.ico"> <title>Sticky Footer Template for Bootstrap</title> diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 2d49cc764..d0d6d2b0c 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="../../assets/ico/favicon.ico"> <title>Theme Template for Bootstrap</title> |
