jumbo-jekyll-theme 1.4.6 → 1.4.7
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/_includes/github-edit.html +1 -2
- metadata +1 -2
- data/_layouts/post-featured-image-no-sidebar.html +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d005f52de1d76d086d240f52054d4c7755fdc6a
|
|
4
|
+
data.tar.gz: 288fc4e57a92b01a6a2ea835d139c625fc76085e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 007432ce5e2ce79888baf633b8ec1defad7dbd881318a74ab311128591da55312e2d2b9cb269310afd9e884dbfef2f0bc4a8c3127379ec6839f4e8f2a732b29a
|
|
7
|
+
data.tar.gz: c5c84222a60e292dda2bb463c3b55c555d2f14bedf9d09397d09e8f5c47bcd7a9bcf058a84968cfc5c076523e62a92cbf5bf5816235c32f8cc15b5e0825455b3
|
data/_includes/github-edit.html
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{% if site.data.settings.edit-on-github.enabled and site.data.settings.edit-on-github.repo %}
|
|
2
2
|
{% assign page_base = page.permalink | split:"/" %}
|
|
3
|
+
{% assign page-path = page.path | replace: " ", "" %}
|
|
3
4
|
|
|
4
5
|
{% if page_base[1] == "blog" %}
|
|
5
6
|
|
|
@@ -37,8 +38,6 @@
|
|
|
37
38
|
</div>
|
|
38
39
|
|
|
39
40
|
{% else %}
|
|
40
|
-
{% assign page-path = page.path | replace: " ", "" %}
|
|
41
|
-
|
|
42
41
|
|
|
43
42
|
{% capture github-home %}{{site.data.settings.edit-on-github.repo}}{% endcapture %}
|
|
44
43
|
{% capture github-docs %}{{site.data.settings.edit-on-github.repo}}/tree/master/{% endcapture %}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
@@ -348,7 +348,6 @@ files:
|
|
|
348
348
|
- _layouts/full-width-breadcrumb.html
|
|
349
349
|
- _layouts/full-width.html
|
|
350
350
|
- _layouts/home.html
|
|
351
|
-
- _layouts/post-featured-image-no-sidebar.html
|
|
352
351
|
- _layouts/post-index.html
|
|
353
352
|
- _layouts/post-no-sidebar.html
|
|
354
353
|
- _layouts/post-old.html
|
|
File without changes
|