word-games-theme 2.9.7 → 2.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c98904560055d0f2c42398d1b9e4b7ac197e0e74870dc2467c431c12a87a52e
4
- data.tar.gz: 55241b01608d1d986b1a4422c3f30af16a82d17bd668195a77be05f818321c54
3
+ metadata.gz: 574ffeca33045625364d0553d3b093f8a6b060613c8e65c253ddeb3919764f5a
4
+ data.tar.gz: 4a605103971a1ab1d0f088b54547bbc98033a45c4630ca6746f1cd66f1c630f7
5
5
  SHA512:
6
- metadata.gz: f116421297f717576fc2020da33ed2c100a1643b5f5a48274d5b90bd228cb61a4c01024447655c03f59cd43624887c8e20b15293e8d578d961264276aed19842
7
- data.tar.gz: 9e4039a255d4a41a48892d21658977c4bbee65d6f7c6bd95f1e71ea993f718291c9e0448dbca2b67dbec068d92c847bb760cc67f652c0f4b9fa6714d451b96bc
6
+ metadata.gz: 86263080e47ac19426563baf5b938a4c9aa1233c9b8b3bc64c1c4f03bd6a9f166bb4afea5c6f21924dc353be696ff8fd43df6f0726c952499d733ec8f7071065
7
+ data.tar.gz: 0af75b8a64cab19b78192a094b42619baf9c251eac4151ec8cbcff13138a3a426587e2a4d63ee33be765923569135672f11bd3637cf6a3871c17ba8a8d4881a8
@@ -7,8 +7,9 @@
7
7
  {%- assign languagetext = [i] -%}
8
8
 
9
9
 
10
- {% assign whitelist_urls = site.whitelist_urls %}
11
- {% if site.noindex_languages contains languagetext[0] %}
10
+ {% assign whitelist_urls = site.data.noindexURLs.internatlionalization_whitelist_urls %}
11
+ {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
12
+ {% if noindex_languages contains languagetext[0] %}
12
13
  {%- if whitelist_urls -%}
13
14
  {% for url in whitelist_urls %}
14
15
  {% assign current_url = url | remove_first: '/' | strip %}
@@ -39,8 +40,9 @@
39
40
  {%- assign languagetext = [i] -%}
40
41
  {%- if i== page.permalink -%}
41
42
 
42
- {% assign whitelist_urls = site.whitelist_urls %}
43
- {% if site.noindex_languages contains languagetext[0] %}
43
+ {% assign whitelist_urls = site.data.noindexURLs.internatlionalization_whitelist_urls %}
44
+ {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
45
+ {% if noindex_languages contains languagetext[0] %}
44
46
  {%- if whitelist_urls -%}
45
47
  {% for url in whitelist_urls %}
46
48
  {% assign current_url = url | remove_first: '/' | strip %}
@@ -64,7 +66,8 @@
64
66
  {%- if checklang.permalink == i -%}
65
67
  {%- assign languagetext = [i] -%}
66
68
 
67
- {% if site.noindex_languages contains languagetext[0] %}
69
+ {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
70
+ {% if noindex_languages contains languagetext[0] %}
68
71
  {%- if whitelist_urls -%}
69
72
  {% for url in whitelist_urls %}
70
73
  {% assign current_url = url | remove_first: '/' | strip %}
@@ -90,7 +93,8 @@
90
93
  {%- assign itemlink = item.permalink | split: "/" | last-%}
91
94
 
92
95
  {%- if pagelink == itemlink and page.lang != item.lang and page.permalink != item.permalink -%}
93
- {% if site.noindex_languages contains languagetext[0] %}
96
+ {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
97
+ {% if noindex_languages contains languagetext[0] %}
94
98
  {%- if whitelist_urls -%}
95
99
  {% for url in whitelist_urls %}
96
100
  {% assign current_url = url | strip %}
@@ -106,8 +110,10 @@
106
110
 
107
111
 
108
112
  {%- if pagelink == itemlink and page.lang == item.lang -%}
109
- {% assign whitelist_urls = site.whitelist_urls %}
110
- {% if site.noindex_languages contains languagetext[0] %}
113
+
114
+ {% assign whitelist_urls = site.data.noindexURLs.internatlionalization_whitelist_urls %}
115
+ {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
116
+ {% if noindex_languages contains languagetext[0] %}
111
117
  {%- if whitelist_urls -%}
112
118
  {% for url in whitelist_urls %}
113
119
  {% assign current_url = url | strip %}
@@ -128,7 +134,9 @@
128
134
  {% assign final_permalink = '/' | append: item.permalink %}
129
135
  {% endif %}
130
136
 
131
- {%- if site.blacklist_urls contains final_permalink -%}
137
+
138
+ {% assign blacklist_urls = site.data.noindexURLs.blacklist_urls %}
139
+ {%- if blacklist_urls contains final_permalink -%}
132
140
  {%- else -%}
133
141
  <link data-rh="true" rel="alternate" href="{{ site.url }}{{final_permalink}}" hreflang="{{ languagetext[0] }}" />
134
142
  {%- endif -%}
@@ -32,9 +32,7 @@
32
32
  <meta name="robots" content="noindex" />
33
33
  {%- endif -%}
34
34
 
35
-
36
-
37
- {% assign whitelist_urls = site.data.noindexURLs.whitelist_urls %}
35
+ {% assign whitelist_urls = site.data.noindexURLs.internatlionalization_whitelist_urls %}
38
36
  {% assign noindex_languages = site.data.noindexURLs.noindex_languages %}
39
37
  {% if noindex_languages contains page.lang %}
40
38
  {% unless whitelist_urls contains page.url %}
@@ -30,7 +30,7 @@
30
30
  <div class="col-12 mx-auto">
31
31
  <div class="wordgames-toolbar-list">
32
32
  {%- for item in dataToShow.megaMenu.dropdown -%}
33
- <li class="wordgames-toolbar-list-item">
33
+ <div class="wordgames-toolbar-list-item">
34
34
  <span class="wordgames-toolbar-list-item-span d-flex justify-content-between">
35
35
  {{ item.categoryName }}
36
36
  </span>
@@ -81,11 +81,11 @@
81
81
  </div>
82
82
  </div>
83
83
  </div>
84
- </li>
84
+ </div>
85
85
  {%- endfor -%}
86
86
 
87
87
  {%- if Data.megaMenu -%}
88
- <li class="wordgames-toolbar-list-item">
88
+ <div class="wordgames-toolbar-list-item">
89
89
  <span class="wordgames-toolbar-list-item-span d-flex justify-content-between">
90
90
  Tools
91
91
  </span>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
  {%- endfor -%}
109
109
  </div>
110
- </li>
110
+ </div>
111
111
  {%- endif -%}
112
112
 
113
113
  <div class="blog-container d-flex justify-content-start align-items-center">
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.9.7
4
+ version: 2.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-11 00:00:00.000000000 Z
11
+ date: 2024-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll