Fix UTF8 charset not set in Static Generated content
Dieser Commit ist enthalten in:
Ursprung
7f1992b749
Commit
8c02c01831
@ -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" />
|
||||
|
@ -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">
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren