fixes path issues

This commit is contained in:
Andrew Banchich 2017-02-05 15:24:50 -05:00
parent 9e22d5263d
commit 752c7b2c61
2 changed files with 5 additions and 5 deletions

View File

@ -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="{{ "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]-->
<!--[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]-->
</head>

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "forty_jekyll_theme"
spec.version = "1.0"
spec.version = "1.1"
spec.authors = ["Andrew Banchich"]
spec.email = ["andrewbanchich@gmail.com"]