]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
getting-started/introduction.md: move title below the retired meta tags.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 11:33:11 +0000 (13:33 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 12:12:47 +0000 (14:12 +0200)
docs/4.0/getting-started/introduction.md

index 8a3badc8d5b04a176187c77c6c1dacd79edfe0b6..2132e4fe5ecd06c6205c4dcfb8ea7866c9cc1a80 100644 (file)
@@ -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>