jekyll-theme-ethereal 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/panel_banner.html +1 -1
- data/_includes/panel_spotlight.html +1 -1
- data/_includes/thread.html +1 -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: 4829788dcf229f8607a851a59fef4b0ec3cf867b70a3f35e70e28e029e4b59cf
|
4
|
+
data.tar.gz: 4a6a05fae117d3f0bf8311dc2b6c79fa5d6761e6f2aa2cfb5f9f9b0c4e3040fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84a8f7a6e7fc1cde37561390945f799ce909d665f0e87ff4491e88009c7ed958ead8c79a78d79968c94e78e96de4de52a57bbae4a3ac1fd9e62dd2cb626a4a4c
|
7
|
+
data.tar.gz: 7c16413fcb5637f37c7b7d0f508af66d4e24b2fc298cbac3d77ae9cefdd79039c4793be66022d797a70bdbaa3e526ee5f35ac221a36304de1f7e6a5306824c81
|
data/_includes/panel_banner.html
CHANGED
@@ -16,5 +16,5 @@
|
|
16
16
|
<div
|
17
17
|
class="image filtered span-1-75"
|
18
18
|
data-position="{{ include.style.background.position | default: '25% 25%' }}">
|
19
|
-
<img class="lazy-loading" src="{{ include.style.background.image.
|
19
|
+
<img class="lazy-loading" src="{{ include.style.background.image.placeholder | absolute_url }}" data-src="{{ include.style.background.image.content | absolute_url }}" alt="" />
|
20
20
|
</div>
|
@@ -4,5 +4,5 @@
|
|
4
4
|
<p>{{ include.header.description }}</p>
|
5
5
|
</div>
|
6
6
|
<div class="image filtered tinted" data-position="{{ include.style.background.position }}">
|
7
|
-
<img class="lazy-loading" src="{{ include.style.background.image.
|
7
|
+
<img class="lazy-loading" src="{{ include.style.background.image.placeholder | absolute_url }}" data-src="{{ include.style.background.image.content | absolute_url }}" alt="{{ include.background.alt }}" />
|
8
8
|
</div>
|
data/_includes/thread.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<div class="posts">
|
9
9
|
{%- for post in posts -%}
|
10
10
|
<article>
|
11
|
-
<a href="{{ post.url | absolute_url }}" class="image"><img class="lazy-loading" src="{{ post.image.
|
11
|
+
<a href="{{ post.url | absolute_url }}" class="image"><img class="lazy-loading" src="{{ post.image.placeholder | absolute_url }}" data-src="{{ post.image.content | absolute_url }}" alt="" /></a>
|
12
12
|
<h3>{{ post.title | escape }}</h3>
|
13
13
|
<!-- <span>{{ post.date | date: date_format }}</span> -->
|
14
14
|
<p>{{ post.excerpt }}</p>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-ethereal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Mougeolle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|