word-games-theme 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/section/feature.html +0 -6
- 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: 535f4fbb6dcdb86aa77f113009d20692146b448a26fd0ea3be1e42be2097d03f
|
4
|
+
data.tar.gz: b8e468b4a6e1f30da95712a3cfbad1ad8196dc5ebca238493f9ea53d7d91cd7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ae669f147b81fbd2d7c00f4b3aa313eac24a600820eaad48710eb0d4f84e6a5206a16cea00349a64a3b23f3f36f84d773c7f95cebda0d4192f5b0e545c0133e
|
7
|
+
data.tar.gz: 8e706e47f0998dcb9714c72e29b7ef7223abd504bd1813aa6f226f0e96c6d04ca83be08a6c41978c3d063d04db30ce00cf9c0799324eeb8a0aef7ffee817f3f1
|
@@ -27,15 +27,11 @@
|
|
27
27
|
<div class="card-body h-100">
|
28
28
|
<img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
|
29
29
|
alt="{{entry.feature_heading}}"></img>
|
30
|
-
|
31
|
-
{%- if dataToShow.h2 -%}
|
32
30
|
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
33
31
|
<h2 class="card-title">{{ entry.feature_heading }}</h2>
|
34
32
|
{%- else -%}
|
35
33
|
<div class="card-title">{{entry.feature_heading}}</div>
|
36
34
|
{%- endif -%}
|
37
|
-
{%- endif -%}
|
38
|
-
|
39
35
|
<div class="card-text" style="color: gray; font-size: 14px;">{{ entry.feature_text}}
|
40
36
|
</div>
|
41
37
|
</div>
|
@@ -61,10 +57,8 @@
|
|
61
57
|
<img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
|
62
58
|
alt="{{entry.feature_heading}}"></img>
|
63
59
|
<div class="card-title">
|
64
|
-
{%- if dataToShow.h2 -%}
|
65
60
|
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
66
61
|
{{dataToShow.h2}}
|
67
|
-
{%- endif -%}
|
68
62
|
{%- else -%}
|
69
63
|
{{ entry.feature_heading }}
|
70
64
|
{%- endif -%}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: word-games-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|