utf-8 charset for themes

This commit is contained in:
Marcin Łabanowski 2012-03-04 05:17:30 +01:00 committed by Michael Save
parent 368f165e59
commit b33c4404fb
8 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>