word-games-theme 0.6.0 → 0.6.1
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/_data/wordgames/en/root.json +2 -2
- data/_includes/head/index.html +4 -4
- data/_layouts/wordMeaning.html +0 -1
- 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: ff970e447bbe565ee758fb504b1f0516371c14ed3f37c39aaca607b2edee8f8a
|
|
4
|
+
data.tar.gz: 7c0c431a35247bd0e40227b56bddc7c63478a4c94afca179a4bcea9af7002c99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32787d125a7d4c7a92c06167a4420ccb2c6e2425f7e345cc8745380329e90247bb91b1d8a4216a00506759761fd1b67584eebd1e093b59fa15a231d1947b5111
|
|
7
|
+
data.tar.gz: 315c50a728909e20955c995b7f8b4e79d674eba2a9d3c8bff3ee8c64a43403a89598cabfd025b13d5f028b490417a441e9cd076b017cca06d728fc37420d5eb4
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"about_title": "About",
|
|
13
13
|
"featureList": [
|
|
14
14
|
{
|
|
15
|
-
"feature_heading": "
|
|
15
|
+
"feature_heading": "Words with letters "glowing" and a blank?",
|
|
16
16
|
"feature_text": "Stuck in srabble games? Making enemies in word finder games? Here's your solution. A word finder tool for you that can help ypu wipe out the competition",
|
|
17
17
|
"fa_class": "../assets/images/star.svg"
|
|
18
18
|
},
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"faqList": [
|
|
51
51
|
{
|
|
52
|
-
"Question": "
|
|
52
|
+
"Question": "Words with letters "glowing" and a blank?",
|
|
53
53
|
"Answer": "You can enter upto 15 letters in our Word Finder."
|
|
54
54
|
},
|
|
55
55
|
{
|
data/_includes/head/index.html
CHANGED
|
@@ -74,18 +74,18 @@
|
|
|
74
74
|
{%- for item in dataToShow.faqList-%}
|
|
75
75
|
{%- if forloop.last == true -%}
|
|
76
76
|
{"@type": "Question",
|
|
77
|
-
"name": "{{item.Question}}",
|
|
77
|
+
"name": "{{item.Question | replace:'"', "'"}}",
|
|
78
78
|
"acceptedAnswer": {
|
|
79
79
|
"@type": "Answer",
|
|
80
|
-
"text": "{{item.Answer}}"
|
|
80
|
+
"text": "{{item.Answer | replace:'"', "'"}}"
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
{%- else -%}
|
|
84
84
|
{"@type": "Question",
|
|
85
|
-
"name": "{{item.Question}}",
|
|
85
|
+
"name": "{{item.Question | replace:'"', "'"}}",
|
|
86
86
|
"acceptedAnswer": {
|
|
87
87
|
"@type": "Answer",
|
|
88
|
-
"text": "{{item.Answer}}"
|
|
88
|
+
"text": "{{item.Answer | replace:'"', "'"}}"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
{%- endif -%}
|
data/_layouts/wordMeaning.html
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
11
11
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
12
12
|
<meta name="theme-color" content="#000000" />
|
|
13
|
-
<meta name="robots" content="noindex" />
|
|
14
13
|
|
|
15
14
|
<!-- meta character set -->
|
|
16
15
|
<meta charset="UTF-8">
|
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: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|