appscms-tools-theme 1.2.9 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/section/related_categories_post.html +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 209d0ac9cd1bac8bcbcae021fab5596e78752fa9177cebbe74afa89f273b4e25
|
4
|
+
data.tar.gz: 26f0546a7c9cd31898d130ca47e64b7633cdafe77a09d6f760d57a2ab7874ac7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08ab62ea55790431b076abd69bfea81ff33e2d69b41c20942655c75a743cc55a6b0e58c5e22e51b6e727125eb46ad0a2a2a119d2c867327d0a5d701463001621'
|
7
|
+
data.tar.gz: 582c6958fc597795d84f118d230bcdfe1b8c9f1c6d43ac7fcf37e7e11e59867af308841a234587aa774572345ca768850f936ea1f904d151363ac3ddcbc94650
|
@@ -24,6 +24,7 @@
|
|
24
24
|
|
25
25
|
{%- if page.tages -%}
|
26
26
|
{% for tag in post.tags %}
|
27
|
+
|
27
28
|
{% if post.url != page.url %}
|
28
29
|
{% if page.tags contains tag %}
|
29
30
|
{% assign sameTagCount = sameTagCount | plus: 1 %}
|
@@ -31,10 +32,7 @@
|
|
31
32
|
{%- endif -%}
|
32
33
|
{% endfor %}
|
33
34
|
{%- endif -%}
|
34
|
-
|
35
|
-
|
36
|
-
{%- assign variable = post.title -%}
|
37
|
-
|
35
|
+
{% endfor %}
|
38
36
|
|
39
37
|
{% if sameTagCount >= minCommonTags %}
|
40
38
|
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
@@ -76,7 +74,9 @@
|
|
76
74
|
{%- else -%}
|
77
75
|
{%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
|
78
76
|
{%- endif -%}
|
79
|
-
|
77
|
+
|
78
|
+
|
79
|
+
|
80
80
|
|
81
81
|
{% for post in site.posts limit: remamingPosts %}
|
82
82
|
{%- include /authors/authors.html -%}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appscms-tools-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vivek-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|