jekyll-theme-jsblog 1.0.40 → 1.0.41

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
  SHA256:
3
- metadata.gz: 55dbe3f037b46289f6897655075cbedfc132fa866af720489476487ed53c3fd0
4
- data.tar.gz: f7336fde89bc9bfae491524892963593718a8af7ba77eba26a1d6dba615c9248
3
+ metadata.gz: e877b55dfccc2e5d6d8ac2f7a1f6795edd9026d178c6a47d0a9b95cd8c9d38b4
4
+ data.tar.gz: 050e9de691947ca15341550df81d4f5d69851623503fec22a11f520184afc4f9
5
5
  SHA512:
6
- metadata.gz: 7219c3b14a8ac105aaf468126eab0b8bf1688dfd275af7f954a2e4890ee38ec14b41d8973215091329b7126f92098571c66ff9d701a6b7f7e6d2f7f9fcab3174
7
- data.tar.gz: 54cd1fdf3d1fe3688baf0f5abe7914a6873d4b1f10b74383f7e4e2bb94298f1bd2fb7f4b2941d0d1978ffa488ca59a9c1ff060526d204ff616a826971d5d0699
6
+ metadata.gz: 0670d64a24810c57a93d9b8ee458983da005fd1b0c4d364c0c5516bd8dcade65a06615569d0186350a3504eec288527db24a591954171d1d4f8c1c54ee6498b7
7
+ data.tar.gz: '042970398c7d2a314c0e9d02864bcef9b41e05ab0e4f02ba31795b596609bac81deb48c1dcd2df2ff01e0b09ee1880d700d4bd23490646945236a6fe7d86a5bc'
File without changes
data/_layouts/home.html CHANGED
@@ -5,6 +5,7 @@ layout: default
5
5
  <div class="home">
6
6
 
7
7
  {% include ad.html %}
8
+ {% include newsletter_signup_home.html %}
8
9
 
9
10
  {{ content }}
10
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.40
4
+ version: 1.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-21 00:00:00.000000000 Z
11
+ date: 2019-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -113,6 +113,7 @@ files:
113
113
  - _includes/head.html
114
114
  - _includes/head_custom.html
115
115
  - _includes/header.html
116
+ - _includes/newsletter_signup_home.html
116
117
  - _includes/pagination.html
117
118
  - _layouts/default.html
118
119
  - _layouts/home.html