jekyll-theme-simple-texture 0.3.3 → 0.3.4

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: 608f8855a5be7ee429ca8570878714ddba4cd7e744378484dbaa8ccae3a6cc97
4
- data.tar.gz: 8841fae93ab6bef0faf1e6227d50460534cd335587305654bfe5526927e54009
3
+ metadata.gz: 65332fc9b968aa6407ea4d27495afebd50e5d263c6918001f33c6371213825ca
4
+ data.tar.gz: 9ffac26d820b92a578d0e1ce10efaa612a1083f9e450ae99583c2c726cfc1979
5
5
  SHA512:
6
- metadata.gz: d869127115dad9e7e2ca5b4632a6afda3a4eae39f7a99940f2d91eef84cf670be3299f8c3cb9868ed153a311501605c35027f46ca3a45e5aed6c7b742aa759aa
7
- data.tar.gz: bc6f79847acf4cf1827c79249006d7e48720d249c31b5a840c5e3c1e15fa3532c04a77520e10f49e4abed7c0799489b1dddda5c2b92ba8177baa1a947b51abf2
6
+ metadata.gz: c300bec07cdd7359567a52ae336070168fec8a753050466080d26831d29e6e19d23ded612fc37a807412bc453aad00f0999576aed67a7e591732557fa309ad27
7
+ data.tar.gz: df0d9d815905905250e3b8621ff2ffd029bae8ba0f1126620ec503bf101860dc73e84219d2113e70454a18e43275448f4cbb8388765b16982917f5dce4721756
@@ -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.html %}
39
+ {% assign categories_list = page.categories | sort %} {% include 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.html %}
43
+ {% assign tags_list = page.tags | sort %} {% include tags_list.html %}
44
44
  </ul>
45
45
  </div>
46
46
  <div itemprop="articleBody">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simple-texture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Zeng
@@ -139,6 +139,7 @@ files:
139
139
  - _includes/blog/header.html
140
140
  - _includes/blog/overlay.html
141
141
  - _includes/blog/scripts.html
142
+ - _includes/categories_list.html
142
143
  - _includes/common/addthis.html
143
144
  - _includes/common/disqus.html
144
145
  - _includes/common/gtm-body.html
@@ -146,11 +147,10 @@ files:
146
147
  - _includes/common/libraries.html
147
148
  - _includes/common/meta.html
148
149
  - _includes/common/notices.html
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
150
  - _includes/home/scripts.html
151
+ - _includes/pages_list.html
152
+ - _includes/posts_collate.html
153
+ - _includes/tags_list.html
154
154
  - _layouts/blog.html
155
155
  - _layouts/home.html
156
156
  - _layouts/page.html