jumbo-jekyll-theme 4.3.4 → 4.3.5

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: f35c0876a1115d38a5656c8aae97069ee8c85eec6a6d1ac1316b21b07a42dd2f
4
- data.tar.gz: 5f54c6d76b57426fff42218fec878e22e95eebf0194144eed39f3edf9d90ff24
3
+ metadata.gz: 56b3250904746bfc0534064fa73fefb2bad243be473cd3031d6f5d7fd849236e
4
+ data.tar.gz: c207cd085ce0b473a6b74150d6369a93046826db01239ce6e301c98404133294
5
5
  SHA512:
6
- metadata.gz: 0f7680217ebe8456b3006e3ec379be7e16af5e4ff0c4525d75b5a5e8a31ac2b07e09cf13f5d54034d33f92d73d2983faf0a4c2b4ec42e1acd959269960dcb1ee
7
- data.tar.gz: 5aaee050941ae4986a9f2bdbf11b3b994124394ef89c1292372bd0aa4c90e43ca07215db1569798d19086f2c26b8998998c487fbc875755bbd0bc9a5797d6f3b
6
+ metadata.gz: 595b3961c953fcb6428192d41a308a951700eb64882ef6235e76f95bdc75c2b1daca679dafb99ee2fc0d5e1b52cae7f7636ac5f38995e9e5a0e0ef20fc438bf7
7
+ data.tar.gz: 2019afd79a00d65215b09632f1f3f235ebd489ad71f9a3a90c72bc8aa048fc30936cead5ec5ee9e36b63e9ea39322333b3595b1e751af441917df9dc05ae8cd7
@@ -64,9 +64,6 @@
64
64
  {{ post.content | strip_html | truncatewords:30 }}
65
65
  {% endif %}
66
66
  </p>
67
- {% if post_in_seconds > recent_posts %}
68
- <span class="new-post" title="Post added in the last week.">New</span>
69
- {% endif %}
70
67
  <a href="{{post.url}}" class="btn btn-primary">
71
68
  Read Post
72
69
  </a>
@@ -133,9 +130,6 @@
133
130
  {% include read_time.html content=post.content %}
134
131
  {% endif %}
135
132
  <h3>{{ post.title}}</h3>
136
- {% if post_in_seconds > recent_posts %}
137
- <span class="new-post" title="Post added in the last week.">New</span>
138
- {% endif %}
139
133
  <br />
140
134
  <p class="post_excerpt">
141
135
  {{ post.content | strip_html | truncatewords:30 }}
@@ -499,6 +499,9 @@ pre.highlight {
499
499
  padding-right:0px;
500
500
  padding-left:0px;
501
501
  height: 100%;
502
+ @media(max-width: $screen-sm-min){
503
+ height: auto;
504
+ }
502
505
  }
503
506
 
504
507
  .col-xs-12.col-sm-5.col-sm-pull-7.latest-featured-post-content {
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: 4.3.4
4
+ version: 4.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby