termina-plex 1.0.4 → 1.0.6
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/_layouts/home.html +4 -3
- data/_sass/termina-plex/_layout.scss +6 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0752e42af51a654cc31b1fb10ac51d9496e3f47c69e76ddf380c1cef114f0b5c
|
4
|
+
data.tar.gz: b0e1e4873d524eb63622d94824274db8d3373d6aa68e171942fcd78a47ee902d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 455407771a19c306841de8e458e2fd96ff3679651b58f613fc3230b42160d08b5c11985b6d89172657409b411f8466a7f4ab76758fafbc75a1df39c36b3f482d
|
7
|
+
data.tar.gz: ba8b5c501f7f7bf4f477b7c3404ebc831959dda9d60ec9dba00b49cdb5b1a268d50aa80ce651ad7757be621136d221af9941abac32d24d3dc74fe2f27293995d
|
data/_layouts/home.html
CHANGED
@@ -32,12 +32,13 @@ layout: base
|
|
32
32
|
{%- if site.show_excerpts -%}
|
33
33
|
<div class="postExcerpt">
|
34
34
|
{{ post.excerpt }}
|
35
|
-
|
35
|
+
|
36
36
|
{%- if post.content.size > post.excerpt.size -%}
|
37
|
-
<
|
37
|
+
<p>
|
38
38
|
<a href="{{ post.url | relative_url }}">(Read more...)</a>
|
39
|
-
</
|
39
|
+
</p>
|
40
40
|
{%- endif -%}
|
41
|
+
</div>
|
41
42
|
{%- endif -%}
|
42
43
|
</div>
|
43
44
|
{%- endfor -%}
|
@@ -284,11 +284,16 @@ div#theme-toggle {
|
|
284
284
|
}
|
285
285
|
|
286
286
|
.postsEntries .postInfo {
|
287
|
-
padding-bottom:
|
287
|
+
padding-bottom: 0;
|
288
288
|
}
|
289
289
|
|
290
290
|
.postInfo:last-of-type {
|
291
291
|
border-bottom: 1px solid rgba(127, 127, 127, 0.5);
|
292
|
+
padding-bottom: 2rem;
|
293
|
+
}
|
294
|
+
|
295
|
+
.postsEntries .postInfo:last-of-type {
|
296
|
+
padding-bottom: 1rem;
|
292
297
|
}
|
293
298
|
|
294
299
|
.postDate {
|