summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-05-31 21:18:36 -0400
committerBen Burwell <bburwell1@gmail.com>2014-05-31 21:18:36 -0400
commit0bbedb537688002f81dc0ace5f29b13b62775e64 (patch)
tree38fe038b992065f8ab586a0bcc20d6c53ba62a1c /_layouts
parentf8eab391dc07f274922d5503b0c7a2a32010514d (diff)
Add charset
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html3
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">