Skip to content

Commit 2b53c7e

Browse files
fix: remove duplicate charset meta tag
1 parent 9ecc2a3 commit 2b53c7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/post.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en" class="@{ theme | sanitize }">
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5-
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1">
76
<?php if (substr(AM_VERSION, 0, 1) == '1') { ?>
87
<title>@{ metaTitle | def('@{ sitename } / @{ title | def ("404") }') }</title>

0 commit comments

Comments
 (0)