Fix UTF8 charset not set in Static Generated content
This commit is contained in:
parent
7f1992b749
commit
8c02c01831
@ -78,6 +78,7 @@
|
|||||||
<title><?php echo $page['title']; ?></title>
|
<title><?php echo $page['title']; ?></title>
|
||||||
<meta name="description" content="<?php echo $page['tagline'];?>" />
|
<meta name="description" content="<?php echo $page['tagline'];?>" />
|
||||||
<meta name="author" content="<?php echo $page['author']; ?>">
|
<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">
|
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
|
||||||
<!-- Mobile -->
|
<!-- Mobile -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title><?php echo $page['title']; ?></title>
|
<title><?php echo $page['title']; ?></title>
|
||||||
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
|
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
|
||||||
|
<meta charset="UTF-8">
|
||||||
<!-- Mobile -->
|
<!-- Mobile -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
Loading…
Reference in New Issue
Block a user