diff options
| author | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
| commit | 0bd5bca6957bd26b526c92a7c90da78daf636e7b (patch) | |
| tree | a4350ee34ecb0ec78443b719a927bad5372fd557 /examples/offcanvas | |
| parent | 37bc0c230da521d2cfe1c6fbd36a5bfad914014f (diff) | |
| download | bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.tar.xz bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.zip | |
Fixes #11975: Change from png to .ico for favicon
Diffstat (limited to 'examples/offcanvas')
| -rw-r--r-- | examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index a9350bdd6..88ca7bfbe 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico"> <title>Off Canvas Template for Bootstrap</title> |
