jekyll-theme-primcraft 0.0.14 → 0.0.15

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: de57882a6eaf17ce288a4ddc5a141492e124032cc997feb3224e56e4ceff544a
4
- data.tar.gz: bc998d85fdbc360a3cbc170631ecbeb93bab4d243052105081409afd724f4ad0
3
+ metadata.gz: 10341025c756e526281aabf99f941c13ac1b01f531e2bc1c1a88598e711baece
4
+ data.tar.gz: 16a235b709ebbdb99385d96a3cfccaabaefc2a007191683bd9484f73e68aea90
5
5
  SHA512:
6
- metadata.gz: 59c684c915586134a8493401cb76590aa09a35d4098476c3c58a06f36c0b278d518e3c9defc8a91e4afb67ec5bd900ca4b00303049e68ba7937d78394baf837a
7
- data.tar.gz: cb36eac73430f37cc67e91099d925654249f105f72629afb6e720c099d9f2e865ae99265d9a5fc6bcaa55e8fc41b7fc4aaf9575356b395b2774d09fe683df9ef
6
+ metadata.gz: b92cc8c60a3f6b5cdc5707f7daab15535c4be77e495e0cf4d011a6436ba180f0d156fefe39118c4a41cbb4f7ea980c994e02d38d9846b5a630f598056a470bd7
7
+ data.tar.gz: 1ffa920583465f62b3f60d35757e6e099337e98578786aae947704af48b90143a438e7d8859ea96f3f15f9f40c0b9daf6bda1b6629b3c96cf87ddc99a184bf4b
@@ -3,7 +3,7 @@
3
3
  {%- include post-link.html post = post -%}
4
4
  </h3>
5
5
  {%- if post.thumbnail -%}
6
- <img src="{{ post.thumbnail }}" class="mb-3 w-100">
6
+ <img src="{{ post.thumbnail }}" class="mb-3 mw-100">
7
7
  {%- endif -%}
8
8
  <p>
9
9
  {%- if site.show_excerpts -%}
@@ -27,7 +27,7 @@ layout: content
27
27
  </ul>
28
28
  </header>
29
29
  {%- if post.thumbnail -%}
30
- <img src="{{ post.thumbnail }}" class="mb-3 w-100">
30
+ <img src="{{ post.thumbnail }}" class="mb-3 mw-100">
31
31
  {%- endif -%}
32
32
  {%- include toc.html -%}
33
33
  <div class="post-content e-content" itemprop="articleBody">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-primcraft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - BakaSoniji