mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-06-05 22:19:18 +02:00
fixes path issues
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<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]-->
|
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
|
||||||
<link rel="stylesheet" href="{{ "assets/css/main.css" | absolute_url }}" />
|
<link rel="stylesheet" href="{{ "assets/css/main.css" | relative_url }}" />
|
||||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | absolute_url }}" /><![endif]-->
|
<!--[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" | absolute_url }}" /><![endif]-->
|
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
|
||||||
</head>
|
</head>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "forty_jekyll_theme"
|
spec.name = "forty_jekyll_theme"
|
||||||
spec.version = "1.0"
|
spec.version = "1.1"
|
||||||
spec.authors = ["Andrew Banchich"]
|
spec.authors = ["Andrew Banchich"]
|
||||||
spec.email = ["andrewbanchich@gmail.com"]
|
spec.email = ["andrewbanchich@gmail.com"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user