jekyll-theme-cadre 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a88bcb21f63ce9964b7ea30db504a69902ec8da2687cdd8d28b630e08660e471
4
- data.tar.gz: 6dabf8a2909a15d553482665334803e5570e35dfdb8a26d4018d02351a1aa0f4
3
+ metadata.gz: bf5fa6b8aa799c658c04b1cc52fd3b3d82b5f53d62dd5d85963906bd458093ae
4
+ data.tar.gz: 1c8be7a932858ede304251b9ee1976f9fe35f14b90892a8624da5e4adc43c020
5
5
  SHA512:
6
- metadata.gz: 5815ed1080f9d745ad5754406cab9e1cd2fbe7ae3a773f276dce29a4f1c37dd8af94ebfe8d975ae013ea8c0d922cdcab747fb455fb312c61ff7b377ba66e7dae
7
- data.tar.gz: 568ab317b560b255bf16a5bbed52eab3dda8075a0871e2570832de47b84495de3e6ea887adda78f0d8f24b9cea9d2efd49f86f2495783f3bbff82256ac17d61f
6
+ metadata.gz: f1c106b84fcb272142811d3c6c201d532edef22b0a63c0e5131b40c0d1b443f2d790b6e1dea32d5065466b0895e81e69bf3fef32ed6fc44cfa90c0d9328c79c1
7
+ data.tar.gz: a57b7a1308813838174543c1ba79bb689240050396262d01c8b4ccb7c391bd54108216d11e8e4d5f53f979e5f1817c1f5cf5eaffce84a15b221f19da3a5326b8
@@ -1,4 +1,4 @@
1
- <div id="disqus_thread"></div>
1
+ <div class="row mt-4" id="disqus_thread"></div>
2
2
  <script>
3
3
  var disqus_config = function () {
4
4
  this.page.url = '{{ page.url | absolute_url }}';
@@ -3,14 +3,18 @@
3
3
  <div class="card-body">
4
4
 
5
5
  <h3 class="card-title text-center">Recent Posts</h3>
6
- <ul class="list-unstyled">
6
+ </div>
7
+ <ul class="list-group list-group-flush">
7
8
  {% for post in site.posts limit:3 %}
8
- <li class="card-text text-center">
9
+ <li class="list-group-item">
10
+ <time datetime="{{ page.date | date_to_xmlschema }}">{{ post.date | date: "%b %-d, %Y" }}</time>
11
+ &raquo;
9
12
  <a class="card-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
10
13
  </li>
11
14
  {% endfor %}
12
15
  </ul>
13
16
 
17
+ <div class="card-body">
14
18
  {% if site.categories.size > 0 %}
15
19
  <h3 class="card-title text-center">Categories</h3>
16
20
  <div class="category-tags d-flex flex-wrap justify-content-center px-5">
@@ -3,14 +3,16 @@
3
3
  <div class="card-body">
4
4
 
5
5
  <h3 class="card-title text-center">Recent Posts</h3>
6
- <ul class="list-unstyled">
6
+ </div>
7
+ <ul class="list-group list-group-flush">
7
8
  {% for post in site.posts limit: 5 %}
8
- <li class="card-text">
9
+ <li class="list-group-item">
9
10
  <time datetime="{{ page.date | date_to_xmlschema }}">{{ post.date | date: "%b %-d, %Y" }}</time>
10
11
  &raquo;
11
12
  <a class="card-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
12
13
  </li>
13
14
  {% endfor %}
14
15
  </ul>
16
+ <div class="card-body">
15
17
  </div>
16
18
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cadre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Lee