]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Missing meta tags #2647 SOLVED (#2650)
authorJose Luis Cervantes <jlzaratec@hotmail.com>
Thu, 10 Oct 2019 05:20:13 +0000 (00:20 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 10 Oct 2019 05:20:13 +0000 (06:20 +0100)
* Missing meta tags #2647 SOLVED

* Modify CHANGELOG.md

CHANGELOG.md
docs/_includes/snippets/mypage.html

index dd188c4db18b5270bd5e7b43b4e3866342ac7640..c375b48fdf8f7e095991859bae2b83acd6203763 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Bug fixes
 
+* Fix #2647 -> Missing meta tags in snippet
 * Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
 * Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
 * #1608 Fix #1552 -> `.container.is-fluid` margins
index 106b68eb24e3cc42c35a5b68cf145cb573f1eadb..29462502b87cb0265a2a85da278c7ec2621fbdec 100644 (file)
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>My custom Bulma website</title>
     <link rel="stylesheet" href="css/mystyles.css">
   </head>