Use lang and charset in the hyde theme, not just readable theme.

This commit is contained in:
Brit Butler 2014-06-13 09:49:13 -04:00
parent 6a4b26c9bb
commit 98f6d0f8c8

View file

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