fortyone-jekyll-theme 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3521e50cafb9d82c7d962a2b26ac4e11c1424031
4
- data.tar.gz: 001e6ed03492ecd490ced5a72aae931b4c5d26f6
3
+ metadata.gz: c97bf4a41e87c0d103254a625b1e7bb9309abc29
4
+ data.tar.gz: 213b4ac07ad4a1b604b5ebfd68d6afd33abd9941
5
5
  SHA512:
6
- metadata.gz: afdb393a03d1cc09f2d1d682c604b806f4dc93e355c5a58834926e49c3bd9783067827c35b5a94b0ba1201dfda20c677c8e9bc6d2e18851c1d9dddbc6f3adcae
7
- data.tar.gz: 640c7e52518b8357d188b77682c3a505ac7ff6249d16357d652f1b86e436b31db4b50ca75beda80304116b0fd64e2627a3ec43fdb1e37da81b25f308f25d92c5
6
+ metadata.gz: c640caa7bf03f8623feed9173d995636555c0fa986052d811ab31b5189ce86acc8c1a5b1eae1c9d050528aee51048811825bafbe16dbbd640e69caec5c6bb821
7
+ data.tar.gz: 188d63f9cc1684ebcfa5162546ca57a3b7f0be5ff0090ae007234bb9cd26de8e890544d21de2fae9fb11deea0ac5117e5d75e308dc1247e469e6f4d607d56ffc
@@ -6,7 +6,7 @@ layout: post
6
6
  {% assign items = collection.docs | sort: 'order' %}
7
7
 
8
8
  <div class="row">
9
- {% for post in collection %}
9
+ {% for post in items %}
10
10
  {% assign loopindex = forloop.index | modulo: 3 %}
11
11
  {% if loopindex == 0 %}
12
12
  <div class="4u$ 12u$(medium)">
@@ -4,7 +4,7 @@ layout: post
4
4
 
5
5
  {{ content }}
6
6
 
7
- {% assign collection= site.collections | where: "label", page.collection | first %}
7
+ {% assign collection = site.collections | where: "label", page.collection | first %}
8
8
  {% assign items = collection.docs | sort: 'order' %}
9
9
 
10
10
  <div class="row">
@@ -15,7 +15,7 @@ layout: post
15
15
  {% else %}
16
16
  <div class="4u 12u$(medium)">
17
17
  {% endif %}
18
- <a href="{{ post.url | relative_url }}">
18
+ <a href="{{ post.url | absolute_url }}">
19
19
  <div class="box">
20
20
  <h3>{{ post.title }}</h2>
21
21
  {% if post.image %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortyone-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Banchich