Move meta charset to top of head
This commit is contained in:
parent
80b199a361
commit
16878b1530
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
<html class="latte dark:mocha">
|
||||
<head>
|
||||
<title>Portfolio - {{ pagetitle | capitalize }}</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>Portfolio - {{ pagetitle | capitalize }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:title" content="Portfolio - {{ pagetitle | capitalize }}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue