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 +4 -4
- data/_includes/{helpers/categories_list.html → categories_list.html} +0 -0
- data/_includes/{helpers/pages_list.html → pages_list.html} +0 -0
- data/_includes/{helpers/posts_collate.html → posts_collate.html} +0 -0
- data/_includes/{helpers/tags_list.html → tags_list.html} +0 -0
- data/_layouts/post.html +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65332fc9b968aa6407ea4d27495afebd50e5d263c6918001f33c6371213825ca
|
|
4
|
+
data.tar.gz: 9ffac26d820b92a578d0e1ce10efaa612a1083f9e450ae99583c2c726cfc1979
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c300bec07cdd7359567a52ae336070168fec8a753050466080d26831d29e6e19d23ded612fc37a807412bc453aad00f0999576aed67a7e591732557fa309ad27
|
|
7
|
+
data.tar.gz: df0d9d815905905250e3b8621ff2ffd029bae8ba0f1126620ec503bf101860dc73e84219d2113e70454a18e43275448f4cbb8388765b16982917f5dce4721756
|
|
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
|
|
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
|
|
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.
|
|
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
|