mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-01 10:05:55 +00:00
optimize <head>, charset comes first
This commit is contained in:
parent
127d15c8d7
commit
c1c16be54a
1 changed files with 3 additions and 3 deletions
|
|
@ -26,15 +26,15 @@
|
|||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<% if (typeof title != 'undefined') { -%>
|
||||
<title><%= site %>: <%= title %></title>
|
||||
<% } else { -%>
|
||||
<title><%= site %></title>
|
||||
<% } -%>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" type="image/gif" href="/images/favicon.gif">
|
||||
|
||||
<% for (var i in allStyles) { -%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue