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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3191f950b76fa610d361efa5cfa74a2ecbb9fac8aa7f900a5438a078955929b1
4
- data.tar.gz: 29578af49d88a6026ab319722c54e1319242fed8d940530ed7a48356cbc8f5c3
3
+ metadata.gz: 0752e42af51a654cc31b1fb10ac51d9496e3f47c69e76ddf380c1cef114f0b5c
4
+ data.tar.gz: b0e1e4873d524eb63622d94824274db8d3373d6aa68e171942fcd78a47ee902d
5
5
  SHA512:
6
- metadata.gz: 62aece9bbd8155f8200ea61942d90465b7b9480be3afc9eeb3ef429cf4f8f54e118249d4809f22487637358f1f84848220172c10e814dfe61769a3fe69fbd388
7
- data.tar.gz: d8f6910f85ba28940d841be00f05efcc10b769dc13900d69298ae3632238b2b6619452c1e16b6955ba85a605d4d0d07796aff09b6e98c52c00588e6362e3baa5
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
- </div>
35
+
36
36
  {%- if post.content.size > post.excerpt.size -%}
37
- <div>
37
+ <p>
38
38
  <a href="{{ post.url | relative_url }}">(Read more...)</a>
39
- </div>
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: 1rem;
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 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham