aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-11-03 13:33:11 +0200
committerXhmikosR <[email protected]>2017-11-03 14:12:47 +0200
commitc26ef89addd996914179fc841fa3da73c8108067 (patch)
tree6f4e0f6e88c14f2291b1ab969efebbb4e65d15e9 /docs/4.0
parent433bf30de7eecf3e6e01ba7b9623006b7d6573b9 (diff)
downloadbootstrap-c26ef89addd996914179fc841fa3da73c8108067.tar.xz
bootstrap-c26ef89addd996914179fc841fa3da73c8108067.zip
getting-started/introduction.md: move title below the retired meta tags.
Diffstat (limited to 'docs/4.0')
-rw-r--r--docs/4.0/getting-started/introduction.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md
index 8a3badc8d..2132e4fe5 100644
--- a/docs/4.0/getting-started/introduction.md
+++ b/docs/4.0/getting-started/introduction.md
@@ -59,13 +59,14 @@ Be sure to have your pages set up with the latest design and development standar
<!doctype html>
<html lang="en">
<head>
- <title>Hello, world!</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
+
+ <title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>