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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 339e7dc076e245f36d2f225a99ae768516424f59
4
- data.tar.gz: '04353188df885b6c72588d59c723af4498490eb1'
3
+ metadata.gz: 6d005f52de1d76d086d240f52054d4c7755fdc6a
4
+ data.tar.gz: 288fc4e57a92b01a6a2ea835d139c625fc76085e
5
5
  SHA512:
6
- metadata.gz: adf9da07694434c0707b8f97a4081fa219b16e68de83860fa8b928d982621f136a4a66e128f6ed474bd5fe5b0884f75bcbe70590a1823bd1bd4f44d998a6fe7f
7
- data.tar.gz: 272e62b5be1186fcaac6d9df29ca813af24bd6377c635a51527753f458f78fbf013119c3f2917c862f940e5573cb4a91014f8e0311fbfa307d5c3c9814a1af9a
6
+ metadata.gz: 007432ce5e2ce79888baf633b8ec1defad7dbd881318a74ab311128591da55312e2d2b9cb269310afd9e884dbfef2f0bc4a8c3127379ec6839f4e8f2a732b29a
7
+ data.tar.gz: c5c84222a60e292dda2bb463c3b55c555d2f14bedf9d09397d09e8f5c47bcd7a9bcf058a84968cfc5c076523e62a92cbf5bf5816235c32f8cc15b5e0825455b3
@@ -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.6
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