minima-rock 0.6.0 → 0.6.1

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: dd705cf00b4cd9e274c908584f0ced8364097e8a8de5629edfadc1d8f66905a4
4
- data.tar.gz: e5e4fc38b10738942d140dac4a530e23bcf0e94df0f383f5c791dc2ce5f8848a
3
+ metadata.gz: a85d286e9380677f8e682a8a329d63de0d794f0d93dc16fff3e1ce4cb1b23333
4
+ data.tar.gz: d63478eaa8824d80d37898069fd5b05923ff4fd49175a5a13b384b2a248a9641
5
5
  SHA512:
6
- metadata.gz: dd54b571d112841463799c2fc7012dc2fce7b2902ea99e7154227f51ecc20a2eff7709f538f91b9a7165358065f38d80276c5721c82ef9c341f3a70461946889
7
- data.tar.gz: 2988817b58a2c6fd13987bbbdc4bb83d9a2e36c22c6d5c0f44196a0b01d36f46d5dc9553795ea10d4bb855c281e24a873d0f3691b561854785624d18c1d57e54
6
+ metadata.gz: 1998c6d41acc704a5562edb25fad4d40caf6846cb2df6dc0cb7bf77e9d7552731cbb6a169e75988d80cbbb4a3fea8f29515ba7ada211608409ce2974360d2348
7
+ data.tar.gz: 92db945404914b7310ffaf2e7f528bf638c67ef757f911c0cd38d4f8fcfc877df993903ef3a468bbeb29ab0473704d8c86d7bb9d59f4433885bc2135674b6e20
data/_includes/image.html CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  {% if include.caption %}
8
8
  <figure>
9
- <img src="/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
10
- <figcaption>{{ include.caption }}</figcaption>
9
+ <img src="{{ site.baseurl }}/static/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
10
+ <figcaption>{{ include.caption }}</figcaption>
11
11
  </figure>
12
12
  {% else %}
13
- <img src="/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
13
+ <img src="{{ site.baseurl }}/static/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
14
14
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minima-rock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Glovier
@@ -122,7 +122,6 @@ files:
122
122
  - assets/css/style.scss
123
123
  - assets/js/color.js
124
124
  - assets/minima-social-icons.svg
125
- - assets/posts/test-image/sexy-girl.png
126
125
  homepage: https://github.com/alxdhuang/minima-rock
127
126
  licenses:
128
127
  - MIT
Binary file