mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-21 12:46:03 +01:00
Update head.html
This commit is contained in:
parent
06c653e23e
commit
20c410b696
@ -2,8 +2,8 @@
|
||||
<title>{{ site.title }}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="{{ "" | absolute_url }}/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="{{ "" | absolute_url }}/assets/css/main.css" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "" | absolute_url }}/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "" | absolute_url }}/assets/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><script src="{{ "/assets/js/ie/html5shiv.js" | absolute_url }}"></script><![endif]-->
|
||||
<link rel="stylesheet" href="{{ "/assets/css/main.css" | absolute_url }}" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "/assets/css/ie9.css" | absolute_url }}" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "/assets/css/ie8.css" | absolute_url }}" /><![endif]-->
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user