word-games-theme 2.9.9 → 3.0.0

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: 4c9dd8b4bf4bfdf38afe4850b3a7b18d2bb3cf74a4e082612c2e003fd1c2b70f
4
- data.tar.gz: c5d5750c2508ae577e7f00623d3958408b0900567197384cb56bf5bb5136f097
3
+ metadata.gz: 9154197ee26c7d5f68a20df31a0700c756d8f379f76ad76b9c84750dfaba7da6
4
+ data.tar.gz: 88589966f18a0dd37f2c263ddf024d3dba9df841b1417d12600c00bff67d1e8c
5
5
  SHA512:
6
- metadata.gz: 25d1109be3bd3687a67a1379eb4a3f5dbd5e51c2e0f2b02c7715ab0a9d87e7726c71dac278105ae0212a85097e44130b05807f8dc3ea7bd18835c17173d5f2f8
7
- data.tar.gz: d00799e9260b41334940c94412e138578771de98ed91d850a4e70fcf15a7bede746fba7be7ff8cf15ec113d9f5a7be46a197ec3b1137646c71689c2fdcb85097
6
+ metadata.gz: dab60a3789139587669187de718834395875f9a0b5f17ac7e729289f879c1159b6c6ad7f53e7306494a90b63a9ceb15ad1673252edbcec40dee3e2df21ed004f
7
+ data.tar.gz: d63c2eb97c9df097faee11039b4113418cf86283cca33681449d0f7a91e5f0ce9234ca5b88c1bc62210d7a0a7c171df7eb7922b35d111321132db13d398215ca
@@ -73,8 +73,11 @@
73
73
  {% assign current_url = url | remove_first: '/' | strip %}
74
74
  {% assign language_url = languagetext[0] | strip %}
75
75
  {% if current_url == language_url %}
76
- <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
76
+ {%- assign exclude_url = true -%}
77
77
  {% endif %}
78
+ {%- if exclude_url -%}
79
+ <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
80
+ {%- endif -%}
78
81
  {% endfor %}
79
82
  {%- endif -%}
80
83
  {%- else -%}
@@ -99,9 +102,12 @@
99
102
  {% for url in whitelist_urls %}
100
103
  {% assign current_url = url | strip %}
101
104
  {% if current_url == item.permalink %}
102
- <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
105
+ {%- assign exclude_url = true -%}
103
106
  {% endif %}
104
107
  {% endfor %}
108
+ {%- if exclude_url -%}
109
+ <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
110
+ {%- endif -%}
105
111
  {%- endif -%}
106
112
  {%- else -%}
107
113
  <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
@@ -61,7 +61,7 @@
61
61
  </style>
62
62
 
63
63
  <body>
64
- {% include wordgames/header/header.html %}
64
+ {% include wordgames/header/new-header.html %}
65
65
  <div class="container py-5 about_layout">
66
66
  {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
67
67
  <div class="row">
@@ -4,7 +4,7 @@
4
4
  {%- include wordgames/head/head.html -%}
5
5
 
6
6
  <body>
7
- {%- include wordgames/header/header.html -%}
7
+ {%- include wordgames/header/new-header.html -%}
8
8
 
9
9
  {{content}}
10
10
 
@@ -150,7 +150,7 @@
150
150
 
151
151
 
152
152
  <body>
153
- {%- include wordgames/header/header.html -%}
153
+ {%- include wordgames/header/new-header.html -%}
154
154
  <section class="author-page">
155
155
  <div class="container-fluid">
156
156
  <div class="row">
@@ -48,7 +48,7 @@
48
48
  </style>
49
49
 
50
50
  <body>
51
- {%- include wordgames/header/header.html -%}
51
+ {%- include wordgames/header/new-header.html -%}
52
52
  <section class="authors-list" style="margin-top:100px">
53
53
  <div class="container">
54
54
  <div class="row">
@@ -4,7 +4,7 @@
4
4
  {%- include wordgames/head/head.html -%}
5
5
  <body>
6
6
 
7
- {%- include wordgames/header/header.html -%}
7
+ {%- include wordgames/header/new-header.html -%}
8
8
 
9
9
  {%- if site.newFeatureBox -%}
10
10
  <div class="wordgametheme-sidebar-left"></div>
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
  <body>
11
- {%- include wordgames/header/header.html -%}
11
+ {%- include wordgames/header/new-header.html -%}
12
12
 
13
13
  <!-- Start main body content -->
14
14
  <section class="features-content section-gap">
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
  <body>
11
- {%- include wordgames/header/header.html -%}
11
+ {%- include wordgames/header/new-header.html -%}
12
12
 
13
13
  <!-- Start main body content -->
14
14
  <section class="features-content section-gap">
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
  <body>
11
- {%- include wordgames/header/header.html -%}
11
+ {%- include wordgames/header/new-header.html -%}
12
12
 
13
13
 
14
14
  <!-- Start main body content -->
@@ -86,7 +86,7 @@
86
86
  </style>
87
87
 
88
88
  <body>
89
- {%- include wordgames/header/header.html -%}
89
+ {%- include wordgames/header/new-header.html -%}
90
90
 
91
91
  {%- if site.newFeatureBox -%}
92
92
  <div class="wordgametheme-sidebar-left"></div>
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.9
4
+ version: 3.0.0
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-12 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll