Missing meta tags #2647 SOLVED (#2650)

* Missing meta tags #2647 SOLVED

* Modify CHANGELOG.md
This commit is contained in:
Jose Luis Cervantes 2019-10-10 00:20:13 -05:00 committed by Jeremy Thomas
parent 7f1df1617a
commit 1cb190d438
2 changed files with 4 additions and 0 deletions

View 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

View 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>