jekyll-theme-h2o-ac 1.1.7 → 1.1.8
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/_config.yml +2 -2
- data/_includes/paginate.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15e3da856deb17356806a82c57052ce22ca08be3ca63e497aea93ad1f2e98d62
|
|
4
|
+
data.tar.gz: 5d42463bc3e476751859991f202e29bede548046acfd7c547b7483610fade439
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a298eb7bc01fe676331ac31c818b8d8eb0ca21cad3494b88be0b47356c2ef4fdc1b203506018b13bb00965530e3ac0635bb1d663ea887b3cf6a00fe1057a04b5
|
|
7
|
+
data.tar.gz: 20e3f6ec07b9a14f8db88d53acc21e34105e3cc56595d5059bb5d94de6f0f869ff75485e35d4fb6be121883aa3b57d7809a946faf546bdcbf234f037020f0a15
|
data/_config.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# jekyll-theme-h2o-ac
|
|
2
|
-
version: 1.1.
|
|
2
|
+
version: 1.1.8
|
|
3
3
|
|
|
4
4
|
# Site settings 配置站点
|
|
5
5
|
title: 'Mr Li'
|
|
@@ -134,7 +134,7 @@ recommend-condition-size: 12 # a tag will be recommended if the size of it is mo
|
|
|
134
134
|
# Build settings
|
|
135
135
|
pagination:
|
|
136
136
|
enabled: true
|
|
137
|
-
per_page:
|
|
137
|
+
per_page: 1
|
|
138
138
|
permalink: 'page:num/'
|
|
139
139
|
title: ':title | :num of :max'
|
|
140
140
|
limit: 0
|
data/_includes/paginate.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{% if unpin_posts_num < max_num%}
|
|
12
12
|
{% assign unpin_end = unpin_posts_num | minus: 1 %}
|
|
13
13
|
{% else %}
|
|
14
|
-
{% assign unpin_end = max_num | minus:
|
|
14
|
+
{% assign unpin_end = max_num | minus: 2 %}
|
|
15
15
|
{% endif %}
|
|
16
16
|
{% for i in (unpin_start..unpin_end) %}
|
|
17
17
|
{% assign post = unpin_posts[i] %}
|