Skip to content

Commit

Permalink
Merge pull request mmistakes#159 from johannes-jansson/use-utf8-charset
Browse files Browse the repository at this point in the history
[Fix] Add meta charset utf8 to default html
  • Loading branch information
daviddarnes authored Nov 12, 2020
2 parents 20e90b1 + c7bac13 commit ca8f0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head>
<!-- General meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% if page.indexing == false %}
Expand Down

0 comments on commit ca8f0d9

Please sign in to comment.