clearer src and dist folders

This commit is contained in:
czmj
2017-09-22 11:15:27 +01:00
parent 0b6930c94f
commit 825bdcffe1
58 changed files with 3 additions and 64 deletions

9
src/_includes/head.html Normal file
View File

@ -0,0 +1,9 @@
<head>
<title>{{ site.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[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 8]><link rel="stylesheet" href="{{ "/assets/css/ie8.css" | relative_url }}" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "/assets/css/ie9.css" | relative_url }}" /><![endif]-->
</head>