Skip to content

Commit

Permalink
Set language and charset in HTML5 style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 30, 2013
1 parent 19edefb commit 7189a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.lang }}">
<head>
{% capture title %}{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}{% endcapture %}

Expand All @@ -9,6 +9,7 @@
{% assign description = site.description %}
{% endif %}

<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit 7189a94

Please sign in to comment.