aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-28 15:10:21 +0200
committerXhmikosR <[email protected]>2019-03-27 21:02:22 +0200
commit55d00787f4882ed482d6446794a8511f7151598a (patch)
tree6906192c45422a1853bc72d69b16b1607b1b33ec /docs/examples
parent50efb699f6e6fabc528aaad4c68b112fc365ca66 (diff)
downloadbootstrap-55d00787f4882ed482d6446794a8511f7151598a.tar.xz
bootstrap-55d00787f4882ed482d6446794a8511f7151598a.zip
Add canonical tag.
For the examples, it's hardcoded, since in this branch we don't build them.
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/blog/index.html1
-rw-r--r--docs/examples/carousel/index.html1
-rw-r--r--docs/examples/cover/index.html1
-rw-r--r--docs/examples/dashboard/index.html1
-rw-r--r--docs/examples/grid/index.html1
-rw-r--r--docs/examples/jumbotron-narrow/index.html1
-rw-r--r--docs/examples/jumbotron/index.html1
-rw-r--r--docs/examples/justified-nav/index.html1
-rw-r--r--docs/examples/navbar-fixed-top/index.html1
-rw-r--r--docs/examples/navbar-static-top/index.html1
-rw-r--r--docs/examples/navbar/index.html1
-rw-r--r--docs/examples/non-responsive/index.html1
-rw-r--r--docs/examples/offcanvas/index.html1
-rw-r--r--docs/examples/signin/index.html1
-rw-r--r--docs/examples/starter-template/index.html1
-rw-r--r--docs/examples/sticky-footer-navbar/index.html1
-rw-r--r--docs/examples/sticky-footer/index.html1
-rw-r--r--docs/examples/theme/index.html1
-rw-r--r--docs/examples/tooltip-viewport/index.html1
19 files changed, 19 insertions, 0 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html
index e418c9d21..200e86472 100644
--- a/docs/examples/blog/index.html
+++ b/docs/examples/blog/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/blog/">
<title>Blog Template for Bootstrap</title>
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index e03842399..80c3d2d68 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/carousel/">
<title>Carousel Template for Bootstrap</title>
diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html
index 09cc8418c..70d3e6a4b 100644
--- a/docs/examples/cover/index.html
+++ b/docs/examples/cover/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/cover/">
<title>Cover Template for Bootstrap</title>
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html
index 592ea7786..79c6c60c7 100644
--- a/docs/examples/dashboard/index.html
+++ b/docs/examples/dashboard/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/dashboard/">
<title>Dashboard Template for Bootstrap</title>
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html
index a366ca74f..f4a4502d8 100644
--- a/docs/examples/grid/index.html
+++ b/docs/examples/grid/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/grid/">
<title>Grid Template for Bootstrap</title>
diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html
index c0a30ae31..271b58b0e 100644
--- a/docs/examples/jumbotron-narrow/index.html
+++ b/docs/examples/jumbotron-narrow/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/jumbotron-narrow/">
<title>Narrow Jumbotron Template for Bootstrap</title>
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index 9d6086e94..3d6a1c7be 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/jumbotron/">
<title>Jumbotron Template for Bootstrap</title>
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html
index e78ea65be..7cc8dcdb0 100644
--- a/docs/examples/justified-nav/index.html
+++ b/docs/examples/justified-nav/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/justified-nav/">
<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 cf990857d..6cbd71aee 100644
--- a/docs/examples/navbar-fixed-top/index.html
+++ b/docs/examples/navbar-fixed-top/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/navbar-fixed-top/">
<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 70d81d7d9..28270c0c6 100644
--- a/docs/examples/navbar-static-top/index.html
+++ b/docs/examples/navbar-static-top/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/navbar-static-top/">
<title>Static Top Navbar Example for Bootstrap</title>
diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html
index b72074c8e..df1840d44 100644
--- a/docs/examples/navbar/index.html
+++ b/docs/examples/navbar/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/navbar/">
<title>Navbar Template for Bootstrap</title>
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html
index dd1da5a60..f2e2facf0 100644
--- a/docs/examples/non-responsive/index.html
+++ b/docs/examples/non-responsive/index.html
@@ -10,6 +10,7 @@
<!-- Note there is no responsive meta tag here -->
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/non-responsive/">
<title>Non-responsive Template for Bootstrap</title>
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html
index 756ac6b8a..fc93f218f 100644
--- a/docs/examples/offcanvas/index.html
+++ b/docs/examples/offcanvas/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/offcanvas/">
<title>Off Canvas Template for Bootstrap</title>
diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html
index 9f202d6c8..b63a120f5 100644
--- a/docs/examples/signin/index.html
+++ b/docs/examples/signin/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/signin/">
<title>Signin Template for Bootstrap</title>
diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html
index e3855fb0a..f85234de4 100644
--- a/docs/examples/starter-template/index.html
+++ b/docs/examples/starter-template/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/starter-template/">
<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 8a14e627d..0ff80a887 100644
--- a/docs/examples/sticky-footer-navbar/index.html
+++ b/docs/examples/sticky-footer-navbar/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/sticky-footer-navbar/">
<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 c4e0922dc..f5e1b258d 100644
--- a/docs/examples/sticky-footer/index.html
+++ b/docs/examples/sticky-footer/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/sticky-footer/">
<title>Sticky Footer Template for Bootstrap</title>
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 31a4d6c0a..994ebbfca 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/theme/">
<title>Theme Template for Bootstrap</title>
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html
index 1573685e8..686db319a 100644
--- a/docs/examples/tooltip-viewport/index.html
+++ b/docs/examples/tooltip-viewport/index.html
@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
+ <link rel="canonical" href="https://getbootstrap.com/docs/3.4/examples/tooltip-viewport/">
<title>Tooltip Viewport Example for Bootstrap</title>