Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0bd5bca6
Commit
0bd5bca6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes #11975: Change from png to .ico for favicon
parent
37bc0c23
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
_includes/header.html
+1
-1
_includes/header.html
docs-assets/ico/favicon.ico
+0
-0
docs-assets/ico/favicon.ico
docs-assets/ico/favicon.png
+0
-0
docs-assets/ico/favicon.png
examples/blog/index.html
+1
-1
examples/blog/index.html
examples/carousel/index.html
+1
-1
examples/carousel/index.html
examples/cover/index.html
+1
-1
examples/cover/index.html
examples/dashboard/index.html
+1
-1
examples/dashboard/index.html
examples/grid/index.html
+1
-1
examples/grid/index.html
examples/jumbotron-narrow/index.html
+1
-1
examples/jumbotron-narrow/index.html
examples/jumbotron/index.html
+1
-1
examples/jumbotron/index.html
examples/justified-nav/index.html
+1
-1
examples/justified-nav/index.html
examples/navbar-fixed-top/index.html
+1
-1
examples/navbar-fixed-top/index.html
examples/navbar-static-top/index.html
+1
-1
examples/navbar-static-top/index.html
examples/navbar/index.html
+1
-1
examples/navbar/index.html
examples/non-responsive/index.html
+1
-1
examples/non-responsive/index.html
examples/offcanvas/index.html
+1
-1
examples/offcanvas/index.html
examples/signin/index.html
+1
-1
examples/signin/index.html
examples/starter-template/index.html
+1
-1
examples/starter-template/index.html
examples/sticky-footer-navbar/index.html
+1
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer/index.html
+1
-1
examples/sticky-footer/index.html
with
18 additions
and
18 deletions
+18
-18
_includes/header.html
+
1
-
1
View file @
0bd5bca6
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<!-- Favicons -->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"144x144"
href=
"{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"{{ page.base_url }}docs-assets/ico/favicon.
png
"
>
<link
rel=
"shortcut icon"
href=
"{{ page.base_url }}docs-assets/ico/favicon.
ico
"
>
<script>
<script>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
...
This diff is collapsed.
Click to expand it.
docs-assets/ico/favicon.ico
0 → 100644
+
0
-
0
View file @
0bd5bca6
5.3 KB
This diff is collapsed.
Click to expand it.
docs-assets/ico/favicon.png
deleted
100644 → 0
+
0
-
0
View file @
37bc0c23
887 Bytes
This diff is collapsed.
Click to expand it.
examples/blog/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Blog Template for Bootstrap
</title>
<title>
Blog Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/carousel/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Carousel Template for Bootstrap
</title>
<title>
Carousel Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/cover/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Cover Template for Bootstrap
</title>
<title>
Cover Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/dashboard/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Dashboard Template for Bootstrap
</title>
<title>
Dashboard Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/grid/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Grid Template for Bootstrap
</title>
<title>
Grid Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/jumbotron-narrow/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Narrow Jumbotron Template for Bootstrap
</title>
<title>
Narrow Jumbotron Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/jumbotron/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Jumbotron Template for Bootstrap
</title>
<title>
Jumbotron Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/justified-nav/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Justified Nav Template for Bootstrap
</title>
<title>
Justified Nav Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar-fixed-top/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Fixed Top Navbar Example for Bootstrap
</title>
<title>
Fixed Top Navbar Example for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar-static-top/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Static Top Navbar Example for Bootstrap
</title>
<title>
Static Top Navbar Example for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/navbar/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Navbar Template for Bootstrap
</title>
<title>
Navbar Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/non-responsive/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<!-- Note there is no responsive meta tag here -->
<!-- Note there is no responsive meta tag here -->
<link
rel=
"shortcut icon"
href=
"../../docs-assets/ico/favicon.
png
"
>
<link
rel=
"shortcut icon"
href=
"../../docs-assets/ico/favicon.
ico
"
>
<title>
Non-responsive Template for Bootstrap
</title>
<title>
Non-responsive Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/offcanvas/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
<title>
Off Canvas Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/signin/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Signin Template for Bootstrap
</title>
<title>
Signin Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/starter-template/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Starter Template for Bootstrap
</title>
<title>
Starter Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer-navbar/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Sticky Footer Navbar Template for Bootstrap
</title>
<title>
Sticky Footer Navbar Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer/index.html
+
1
-
1
View file @
0bd5bca6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
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>
Sticky Footer Template for Bootstrap
</title>
<title>
Sticky Footer Template for Bootstrap
</title>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment