|
@@ -2,10 +2,10 @@
|
2
|
2
|
|
3
|
3
|
{template base}
|
4
|
4
|
<!doctype html>{\n}
|
5
|
|
-<html>
|
|
5
|
+<html lang="{$config.lang}">
|
6
|
6
|
<head>
|
7
|
7
|
<title>{$config.title}</title>
|
8
|
|
- <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
|
|
8
|
+ <meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
|
9
|
9
|
<link href="http://fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
10
|
10
|
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
11
|
11
|
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|