jekyll-theme-jsblog 1.0.41 → 1.0.42

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: e877b55dfccc2e5d6d8ac2f7a1f6795edd9026d178c6a47d0a9b95cd8c9d38b4
4
- data.tar.gz: 050e9de691947ca15341550df81d4f5d69851623503fec22a11f520184afc4f9
3
+ metadata.gz: 4e19a89685b8757f4991df5c296f2251cf7306f477982e60fe659e67f4797294
4
+ data.tar.gz: 48191e24b2a973deed02c0d96b6fd1cef59902a4829988a646f2b0699e5c5b04
5
5
  SHA512:
6
- metadata.gz: 0670d64a24810c57a93d9b8ee458983da005fd1b0c4d364c0c5516bd8dcade65a06615569d0186350a3504eec288527db24a591954171d1d4f8c1c54ee6498b7
7
- data.tar.gz: '042970398c7d2a314c0e9d02864bcef9b41e05ab0e4f02ba31795b596609bac81deb48c1dcd2df2ff01e0b09ee1880d700d4bd23490646945236a6fe7d86a5bc'
6
+ metadata.gz: 61b3e0083bdf957c4cd9d6a08c7bae3971d4d904f4256501cf6e75f3929dc34a4c6dfc0248b7c18610f04a49b35f5c108c397b5aeac0941792883386f01d3903
7
+ data.tar.gz: e12124799cbcf9e23e04472fbb2a9029d8a507dbadd7f2ace9dbe23af752ee68761799212161bb3f6498619c719f7fc215505e587d8d078e4b04a7bceb135425
File without changes
@@ -5,7 +5,7 @@ layout: default
5
5
  <div class="home">
6
6
 
7
7
  {% include ad.html %}
8
- {% include newsletter_signup_home.html %}
8
+ {% include newsletter_signup_small.html %}
9
9
 
10
10
  {{ content }}
11
11
 
@@ -16,6 +16,7 @@ layout: default
16
16
  </header>
17
17
 
18
18
  {% include ad.html %}
19
+ {% include newsletter_signup_small.html %}
19
20
 
20
21
  <hr>
21
22
 
@@ -23,6 +24,8 @@ layout: default
23
24
  {{ content }}
24
25
  </div>
25
26
 
27
+ {% include newsletter_signup.html %}
28
+
26
29
  {% if site.comments == true and page.comments != false %}
27
30
  <div class="post-comments" itemprop="comment">
28
31
  {% include custom_comments_provider.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.41
4
+ version: 1.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo
@@ -113,7 +113,8 @@ files:
113
113
  - _includes/head.html
114
114
  - _includes/head_custom.html
115
115
  - _includes/header.html
116
- - _includes/newsletter_signup_home.html
116
+ - _includes/newsletter_signup.html
117
+ - _includes/newsletter_signup_small.html
117
118
  - _includes/pagination.html
118
119
  - _layouts/default.html
119
120
  - _layouts/home.html