Fix UTF8 charset not set in Static Generated content

This commit is contained in:
Gautham Warrier 2014-11-16 11:55:09 +05:30
parent 7f1992b749
commit 8c02c01831
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@
<title><?php echo $page['title']; ?></title>
<meta name="description" content="<?php echo $page['tagline'];?>" />
<meta name="author" content="<?php echo $page['author']; ?>">
<meta charset="UTF-8">
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />

View File

@ -46,6 +46,7 @@
<head>
<title><?php echo $page['title']; ?></title>
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
<meta charset="UTF-8">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">