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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 558f01f38ea9619fbfee355846b946ce9a9a774d06c1e1639bd6d8450f2fa0f8
4
- data.tar.gz: c83b40db48ac559079d074eb437bd5ca3cb098900a7e582436f086a56341e0fd
3
+ metadata.gz: ff970e447bbe565ee758fb504b1f0516371c14ed3f37c39aaca607b2edee8f8a
4
+ data.tar.gz: 7c0c431a35247bd0e40227b56bddc7c63478a4c94afca179a4bcea9af7002c99
5
5
  SHA512:
6
- metadata.gz: bb60eb8fa714d9d4ebdda5d5cd0292e9595fab5884b1205342dc1230a21178ecd31dff2b147952a306c131bd14775fbb699fe8bb0b9d0363b204aaacf2969df2
7
- data.tar.gz: d6c824e7abcfb77a2bc6c1e67b2cea66813ab225a3250c72e3f998034bacf4080550b8163b8a65d81a5339fad56245c1c5b737394d5cd8c8ea7bc169af9c2657
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": "The Simple, Easy-to-go word finder for you",
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": "How many words can I enter in this Word Finder?",
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
  {
@@ -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 -%}
@@ -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.0
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-25 00:00:00.000000000 Z
11
+ date: 2021-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll