summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-12-04 16:05:00 -0600
committerDan McGee <dan@archlinux.org>2012-12-04 16:05:12 -0600
commitf7fe73eff01195d3b2d8cd7898e48384d331e12e (patch)
tree66c6fbc573e39f0317df89dc80810a579b9b8db6
parentfc7eb4aebf63525155bcadd366a87eed8f161568 (diff)
downloadarchweb-f7fe73eff01195d3b2d8cd7898e48384d331e12e.tar.gz
archweb-f7fe73eff01195d3b2d8cd7898e48384d331e12e.zip
Add charset to meta tags
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 2617bc31..2592c9b0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,7 @@
{% load url from future %}{% load static from staticfiles %}<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="utf-8" />
<title>{% block title %}Arch Linux{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen, projection" />
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />