diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-05-31 21:18:36 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-05-31 21:18:36 -0400 |
commit | 0bbedb537688002f81dc0ace5f29b13b62775e64 (patch) | |
tree | 38fe038b992065f8ab586a0bcc20d6c53ba62a1c /_layouts/master.html | |
parent | f8eab391dc07f274922d5503b0c7a2a32010514d (diff) |
Add charset
Diffstat (limited to '_layouts/master.html')
-rw-r--r-- | _layouts/master.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 256ceed..8c4923b 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -3,6 +3,9 @@ <head> <title>{{ page.title }}</title> + <!-- Encoding --> + <meta charset="UTF-8"> + <!-- Stylesheets --> <link rel="stylesheet" href="/assets/css/style.css"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> |