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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e19a89685b8757f4991df5c296f2251cf7306f477982e60fe659e67f4797294
|
|
4
|
+
data.tar.gz: 48191e24b2a973deed02c0d96b6fd1cef59902a4829988a646f2b0699e5c5b04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61b3e0083bdf957c4cd9d6a08c7bae3971d4d904f4256501cf6e75f3929dc34a4c6dfc0248b7c18610f04a49b35f5c108c397b5aeac0941792883386f01d3903
|
|
7
|
+
data.tar.gz: e12124799cbcf9e23e04472fbb2a9029d8a507dbadd7f2ace9dbe23af752ee68761799212161bb3f6498619c719f7fc215505e587d8d078e4b04a7bceb135425
|
|
File without changes
|
|
File without changes
|
data/_layouts/home.html
CHANGED
data/_layouts/post.html
CHANGED
|
@@ -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.
|
|
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/
|
|
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
|