1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-02-02 02:26:47 +01:00
devol.it/_includes/head.html

10 lines
606 B
HTML
Raw Normal View History

2016-08-25 14:05:54 -04:00
<head>
2020-01-30 18:59:02 -05:00
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
2016-08-25 14:05:54 -04:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
2017-02-05 15:24:50 -05:00
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
<link rel="stylesheet" href="{{ "assets/css/main.css" | relative_url }}" />
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | relative_url }}" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
2016-11-21 23:00:20 -05:00
</head>