]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
add "charset: utf-8" to starter template (#966)
authorBasil Miturich <bazitur@users.noreply.github.com>
Sun, 30 Jul 2017 18:20:50 +0000 (21:20 +0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 30 Jul 2017 18:20:50 +0000 (19:20 +0100)
docs/_includes/getting-started.html

index 5e08d4c27bae5f8059b3289ac66c820d270f1ca4..eb30d11eba0d1fa0bd97b5201e820fa9451309ad 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Hello Bulma!</title>
     <link rel="stylesheet" href="{{ site.fontawesome }}">
@@ -18,4 +19,4 @@
     </div>
   </section>
   </body>
-</html>
\ No newline at end of file
+</html>