Skip to content

Commit 74cb028

Browse files
committed
Fix #1668 - add encoding for default docs layout
1 parent a0dcc08 commit 74cb028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<meta charset="utf-8">
4+
35
<title>Dotty - {{ page.title }}</title>
46
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl}}/images/favicon.png"/>
57
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/github.min.css">

0 commit comments

Comments
 (0)