linaro-jekyll-theme 4.0.1 → 4.0.2
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/_includes/blog/display_latest_posts.html +2 -2
- data/_includes/components/jumbotron.html +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13b59232fc52a8783593df9d10fe6d0444ab089882c40d2f8f41e8c5ad4fbb55
|
4
|
+
data.tar.gz: 4014faf024f65408f0473166a996b6a98ccec4d63d65f249728dd1663b80ac3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83c7b716109199d617fdc69d96e045f29a1cca3204920543b5fbffaf1dc8cdcb89a6a5abbaea96ba33d571cc3ec73804a43e96ee532a09b884bd6666296882e9
|
7
|
+
data.tar.gz: 7990edf3ed1b6cdc5c48fe4db789f870eb444aee622134dd650fed214b0c0dc177af565f6d08c740e6114df861228c6177fabd1167638283276dac7b0dab790e
|
@@ -55,9 +55,9 @@
|
|
55
55
|
<h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%A, %B %-d, %Y"}}</h6>
|
56
56
|
<p class="card-text">
|
57
57
|
{% if post.description %}
|
58
|
-
{{post.description}}
|
58
|
+
{{post.description | truncate: 184 }}
|
59
59
|
{% else %}
|
60
|
-
{{ post.content | strip_html |
|
60
|
+
{{ post.content | strip_html | truncate: 184 }}
|
61
61
|
{% endif %}
|
62
62
|
</p>
|
63
63
|
<p class="card-text">
|
@@ -1,4 +1,5 @@
|
|
1
|
-
{%
|
1
|
+
{% assign num_of_slides = page.jumbotron.slider | size %}
|
2
|
+
{% if page.jumbotron.slider and num_of_slides > 0 %}
|
2
3
|
<div class="jumbotron jumbotron-fluid background_image slider {% if page.jumbotron.class %}{{page.jumbotron.class}}{% endif %}">
|
3
4
|
<div id="jumbotron-slider" class="owl-carousel owl-theme full-width-slider">
|
4
5
|
{% for slide in page.jumbotron.slider %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|