devol.it/_includes/head.html

10 lines
557 B
HTML
Raw Normal View History

2016-08-25 20:05:54 +02:00
<head>
<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="{{ "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]-->
2016-11-22 05:00:20 +01:00
</head>