jekyll-dash 1.0.4 → 1.0.7

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: 44dc8750ef6cb7fde0700145a2bfdff10b660ace6d36a9a25b407e1b6c766320
4
- data.tar.gz: 1a8896e049bd22a068ffcba6be786620d1abeba8636d0c98c152f250655a8155
3
+ metadata.gz: c45c7a1b1c82408a409c1accf2d3c024ed42683f0416f6734de5dfcc3e5f09fa
4
+ data.tar.gz: dd143675abd01b1bcd2827b4e47799e8092f125d4f475cbfab8368e9cec6c477
5
5
  SHA512:
6
- metadata.gz: 3e41763dcbe0f362af5ccce1f32f14eb7d652e23807cdbf1995c4bb0586c13fd4a77a6139cc02795732ef3b13a7a5b26f203bdd5e70a57feeaa3aa3d6ce4ebf1
7
- data.tar.gz: 8a31adb86982cd218012a03ee0c6abb0138efe14def4fe82f278060267b7b9d9e43fffc3fa367fb3f39e433a21a1be57bf159cb8274e639a42a36c8925ce7799
6
+ metadata.gz: b731d0dc932f78e8412657dc71e6890646ccff9674ba79e9af1a0c56c2613bedc70d14409d7307970d5a903349ceea6cf00664a8175349295ad408033bd3b00b
7
+ data.tar.gz: fdc4a84a3202c7372b8a57cfe41e88d944d3f1bb496dbfc9899a4ce89998f9b022b8878e95f9321d0e876a1a4737aeeb0cf69b6fc743044d14fe974fe25fcead
data/_layouts/post.html CHANGED
@@ -39,3 +39,4 @@ layout: default
39
39
  {% endfor %}
40
40
  </ul>
41
41
  </div>
42
+ {% include tagcloud.html %}
@@ -82,7 +82,7 @@ li {
82
82
  */
83
83
  h1, h2, h3, h4, h5, h6 {
84
84
  font-weight: $base-font-weight;
85
- margin-top: 1em;
85
+ margin-top: 0.5em;
86
86
  margin-bottom: 0.5em;
87
87
  }
88
88
 
@@ -89,7 +89,7 @@
89
89
  }
90
90
 
91
91
  .post-link-wrapper {
92
- margin-bottom: 1.5em;
92
+ margin-bottom: 1.1em;
93
93
  & > .post-link {
94
94
  font-size: $base-font-size;
95
95
  font-size: $post-link-font-size;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Gonzalez Sanchez