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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 715e922d2b59ff396ec417c68fdf6f4bf0eff2b0
4
- data.tar.gz: af4a7e74985959c3791800149bd0b7e7996ffd2c
3
+ metadata.gz: 6978195cb57d680539a5edd9f68c9c4919219ced
4
+ data.tar.gz: 4a7871609ab3f2bbcf227938bd0c2a5e477a3659
5
5
  SHA512:
6
- metadata.gz: f496e20f4c930ebc7f8f3a67d72b3803ec6a944d108a9c656d84c890f5bf4080b9299a688e4297f3f11ca7800d368b8a1e235224914a4bd99ad9472b6bf68a8a
7
- data.tar.gz: 077630421baa81e4a0ada99d2f7c0e942b7ff0efeef0241cc1cfe72860500ab7926c0dcc83746da146de49a3e8f0bca384b539a04a59303a7cedd36abfdde73e
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.
@@ -30,6 +30,9 @@
30
30
  </div>
31
31
  </form>
32
32
  </div>
33
+ <div class="mc-unsubscribe">
34
+ <a href="{{site.data.settings.mailchimp.unsubscribe-url}}">Unsubscribe</a>
35
+ </div>
33
36
  </div>
34
37
  </div>
35
38
  </div>
@@ -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 %}
@@ -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;
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.41
4
+ version: 1.4.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby