jekyll-theme-simple-texture 0.3.2 → 0.3.3

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: 9aac26fa96107444d59dc165c1577c9e94a0dd7917b3a5b301bea842d50e0352
4
- data.tar.gz: '097e4f2780f18274badf835a1c4971ab7b492efab45da18aaef5c7534aad7c84'
3
+ metadata.gz: 608f8855a5be7ee429ca8570878714ddba4cd7e744378484dbaa8ccae3a6cc97
4
+ data.tar.gz: 8841fae93ab6bef0faf1e6227d50460534cd335587305654bfe5526927e54009
5
5
  SHA512:
6
- metadata.gz: 8d995e0107c26931d0205a4be6c7d6fd980301355de7a4238b87bad0e6a40883fde7771942be90df89a33b32eddf990ba13133f805bac0d8f76aa45da0df4fe3
7
- data.tar.gz: 7056c9da2a640007c11cc3f638359ac116de2b2c79a7f5b1a38d4d7af3b057a6616f0e7fbb8b6197dcf91ec1fbe2ebd3875296b2337042707c49d862811332ab
6
+ metadata.gz: d869127115dad9e7e2ca5b4632a6afda3a4eae39f7a99940f2d91eef84cf670be3299f8c3cb9868ed153a311501605c35027f46ca3a45e5aed6c7b742aa759aa
7
+ data.tar.gz: bc6f79847acf4cf1827c79249006d7e48720d249c31b5a840c5e3c1e15fa3532c04a77520e10f49e4abed7c0799489b1dddda5c2b92ba8177baa1a947b51abf2
File without changes
File without changes
data/_layouts/post.html CHANGED
@@ -36,11 +36,11 @@ layout: blog
36
36
  </p>
37
37
  <ul class="list-category list-linear">
38
38
  <li class="list-head">{{ site.data.i18n[site.lang].categories }}: </li>
39
- {% assign categories_list = page.categories | sort %} {% include helpers/categories_list %}
39
+ {% assign categories_list = page.categories | sort %} {% include helpers/categories_list.html %}
40
40
  </ul>
41
41
  <ul class="list-tag list-linear">
42
42
  <li class="list-head">{{ site.data.i18n[site.lang].tags }}: </li>
43
- {% assign tags_list = page.tags | sort %} {% include helpers/tags_list %}
43
+ {% assign tags_list = page.tags | sort %} {% include helpers/tags_list.html %}
44
44
  </ul>
45
45
  </div>
46
46
  <div itemprop="articleBody">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simple-texture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Zeng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-05 00:00:00.000000000 Z
11
+ date: 2018-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -146,10 +146,10 @@ files:
146
146
  - _includes/common/libraries.html
147
147
  - _includes/common/meta.html
148
148
  - _includes/common/notices.html
149
- - _includes/helpers/categories_list
150
- - _includes/helpers/pages_list
151
- - _includes/helpers/posts_collate
152
- - _includes/helpers/tags_list
149
+ - _includes/helpers/categories_list.html
150
+ - _includes/helpers/pages_list.html
151
+ - _includes/helpers/posts_collate.html
152
+ - _includes/helpers/tags_list.html
153
153
  - _includes/home/scripts.html
154
154
  - _layouts/blog.html
155
155
  - _layouts/home.html