mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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>
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<% if (typeof title != 'undefined') { -%>
|
<% if (typeof title != 'undefined') { -%>
|
||||||
<title><%= site %>: <%= title %></title>
|
<title><%= site %>: <%= title %></title>
|
||||||
<% } else { -%>
|
<% } else { -%>
|
||||||
<title><%= site %></title>
|
<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">
|
<link rel="icon" type="image/gif" href="/images/favicon.gif">
|
||||||
|
|
||||||
<% for (var i in allStyles) { -%>
|
<% for (var i in allStyles) { -%>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue