jekyll-theme-perry 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/location.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8018f782b1ba204ef903d52e5f06590b1bc8f5b3
|
|
4
|
+
data.tar.gz: 9ad70b7d859834d8b7d463863dcf0c49c18a89d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df67d4ec2cecc1a7efe18f47ea0e9278093261324f1d2c32347e63c85392ff79fb64a1c4058854cdc0f87f2761bbe3b9ef3a6c6bea87449d4fed38209060167e
|
|
7
|
+
data.tar.gz: 7348764816eeb42a7e71e3ebf049a86d69e17aeab4bcf075c3d27e20a9a69862a5594c0d6eeff283b77260eb0e1fcb3952461caedaa4dff4c102529e0a497616
|
data/_layouts/location.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
layout: page
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
<ul id='archive'>{% assign sorted_posts =
|
|
5
|
+
<ul id='archive'>{% assign sorted_posts = site.posts | where: "locations" , page.location %}
|
|
6
6
|
{% for post in sorted_posts %}
|
|
7
7
|
{% include archives.html %}
|
|
8
8
|
{% endfor %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-perry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Perry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|