jumbo-jekyll-theme 1.4.41 → 1.4.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 +4 -4
- data/_data/settings.yml +2 -1
- data/_includes/newsletter.html +3 -0
- data/_includes/post-sidebar.html +0 -4
- data/_sass/core/theme.scss +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6978195cb57d680539a5edd9f68c9c4919219ced
|
4
|
+
data.tar.gz: 4a7871609ab3f2bbcf227938bd0c2a5e477a3659
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7276b050bcb45a42cfdeb66a0640fbf7188285fa34f7984c3b4c49718fa3035c6edc820045ef0946990bff8d65e68150ff1a1d5196c252c52307a7d6ece9ccb
|
7
|
+
data.tar.gz: 1d63e7b2f179dacd465237b020e31486da3f0f082d6d2f76e7d99682a41a0cc8193d13aba807661820c5255d9f7055726a5e5ea34dcb63940c42ebb2da9eac7a
|
data/_data/settings.yml
CHANGED
@@ -5,6 +5,7 @@ favicon: favicon.png
|
|
5
5
|
# mailchimp:
|
6
6
|
# enabled: true
|
7
7
|
# id: af6cf590b0
|
8
|
+
# unsubscribe-url: https://96boards.us3.list-manage.com/unsubscribe?u=14baaae786342d0d405ee59c2&id=e3d2abc041
|
8
9
|
#
|
9
10
|
# Footer Newsletter toggle.
|
10
11
|
newsletter:
|
@@ -96,7 +97,7 @@ blog:
|
|
96
97
|
comments: true
|
97
98
|
# Post Side Bar Settings
|
98
99
|
sidebar:
|
99
|
-
custom-include: blog-sidebar-include.html
|
100
|
+
# custom-include: blog-sidebar-include.html
|
100
101
|
display-on-posts: true
|
101
102
|
display-on-index: true
|
102
103
|
# Toggle whether or not thumbnails in the sidebar are displayed.
|
data/_includes/newsletter.html
CHANGED
data/_includes/post-sidebar.html
CHANGED
@@ -2,8 +2,6 @@
|
|
2
2
|
{% comment %}
|
3
3
|
Recent Posts Displayed here.
|
4
4
|
{% endcomment %}
|
5
|
-
|
6
|
-
|
7
5
|
<div class="panel panel-primary" class="blog-sidebar">
|
8
6
|
<div class="panel-heading">
|
9
7
|
<h3 class="panel-title">Recent Posts</h3>
|
@@ -34,8 +32,6 @@
|
|
34
32
|
{% endfor %}
|
35
33
|
</div>
|
36
34
|
</div>
|
37
|
-
|
38
|
-
|
39
35
|
{% comment %}
|
40
36
|
Other Posts
|
41
37
|
{% endcomment %}
|
data/_sass/core/theme.scss
CHANGED
@@ -36,6 +36,14 @@ button.owl-prev, button.owl-next {
|
|
36
36
|
outline: none;
|
37
37
|
border: 0;
|
38
38
|
}
|
39
|
+
.mc-unsubscribe a {
|
40
|
+
position: relative;
|
41
|
+
bottom: 0;
|
42
|
+
font-size: 12px;
|
43
|
+
top: 30px;
|
44
|
+
float: right;
|
45
|
+
margin-right: 15px;
|
46
|
+
}
|
39
47
|
// Edit me on github buttons
|
40
48
|
.github-edit {
|
41
49
|
background-color: #fff;
|