aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootlex/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index ed1bf94..f65a332 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -4,6 +4,7 @@
<head>
{% block head %}
<title>{% block title %}{% endblock title %} - {{ SITENAME }}</title>
+ <meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Arimo:400,700|Inika" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/pastie.css" />