minimal-mistakes-jekyll 4.0.4 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/_layouts/home.html CHANGED
@@ -1,13 +1,11 @@
1
- ---
2
- layout: archive
3
- ---
4
-
5
- {% include base_path %}
6
-
7
- <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
8
-
9
- {% for post in paginator.posts %}
10
- {% include archive-single.html %}
11
- {% endfor %}
12
-
13
- {% include paginator.html %}
1
+ ---
2
+ layout: archive
3
+ ---
4
+
5
+ <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
6
+
7
+ {% for post in paginator.posts %}
8
+ {% include archive-single.html %}
9
+ {% endfor %}
10
+
11
+ {% include paginator.html %}
@@ -131,7 +131,7 @@
131
131
  font-weight: bold;
132
132
  text-align: center;
133
133
  text-decoration: none;
134
- color: mix(#fff, $gray, 50%);
134
+ color: $link-color;
135
135
  border: 1px solid $light-gray;
136
136
  border-radius: $border-radius;
137
137
 
data/_sass/_sidebar.scss CHANGED
@@ -7,6 +7,9 @@
7
7
  ========================================================================== */
8
8
 
9
9
  .sidebar {
10
+ -webkit-transform: translate3d(0, 0 , 0);
11
+ transform: translate3d(0, 0 , 0);
12
+
10
13
  @include clearfix();
11
14
  margin-bottom: 1em;
12
15
 
@@ -14,7 +17,7 @@
14
17
  @include span(2 of 12);
15
18
  opacity: 0.75;
16
19
  -webkit-transition: opacity 0.2s ease-in-out;
17
- transition: opacity 0.2s ease-in-out;
20
+ transition: opacity 0.2s ease-in-out;
18
21
 
19
22
  &:hover {
20
23
  opacity: 1;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.10'
75
+ version: '0.12'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.10'
82
+ version: '0.12'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jekyll-gist
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.5.1
103
+ version: '0.8'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.5.1
110
+ version: '0.8'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: jemoji
113
113
  requirement: !ruby/object:Gem::Requirement