diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-04 16:05:00 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-04 16:05:12 -0600 |
commit | f7fe73eff01195d3b2d8cd7898e48384d331e12e (patch) | |
tree | 66c6fbc573e39f0317df89dc80810a579b9b8db6 /templates/base.html | |
parent | fc7eb4aebf63525155bcadd366a87eed8f161568 (diff) |
Add charset to meta tags
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
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" %}" /> |