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 +4 -4
- data/_includes/helpers/{categories_list → categories_list.html} +0 -0
- data/_includes/helpers/{pages_list → pages_list.html} +0 -0
- data/_includes/helpers/{posts_collate → posts_collate.html} +0 -0
- data/_includes/helpers/{tags_list → tags_list.html} +0 -0
- data/_layouts/post.html +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 608f8855a5be7ee429ca8570878714ddba4cd7e744378484dbaa8ccae3a6cc97
|
|
4
|
+
data.tar.gz: 8841fae93ab6bef0faf1e6227d50460534cd335587305654bfe5526927e54009
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d869127115dad9e7e2ca5b4632a6afda3a4eae39f7a99940f2d91eef84cf670be3299f8c3cb9868ed153a311501605c35027f46ca3a45e5aed6c7b742aa759aa
|
|
7
|
+
data.tar.gz: bc6f79847acf4cf1827c79249006d7e48720d249c31b5a840c5e3c1e15fa3532c04a77520e10f49e4abed7c0799489b1dddda5c2b92ba8177baa1a947b51abf2
|
|
File without changes
|
|
File without changes
|
|
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.
|
|
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-
|
|
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
|