word-games-theme 2.8.5 → 2.8.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/wordgames/head/head.html +5 -2
- 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: 05cdad3b41f3a32d4d37c25dcf54b3a258a139d6d8359ae9257c82f42051b8f4
|
4
|
+
data.tar.gz: 3755cc977be9d56503bb5c2e62d092c9111fd74cf12b24d404c990e0a42c0543
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83e9b6f96b8aa09a808244036443e471ab98f9ea2f47e69f29d227294310b0750696214f4b0dd89a287ee389167fa5a19ad5f326c05636718de877f60568af0c
|
7
|
+
data.tar.gz: 876055ca9b052246b4df26577f39b40d37ba0220b5c4233244f9c9901a24e851f55e1dbff98905e96945c848bb361ab9af5778439f4f69714968e6d1ea73836d
|
@@ -69,6 +69,9 @@
|
|
69
69
|
<link rel="stylesheet" href="/assets/css/adBlocker.css" />
|
70
70
|
{%- endif -%}
|
71
71
|
|
72
|
+
{%- if site.internationalization or site.internationalizationall -%}
|
73
|
+
{%- include wordgames/alternates/alternates.html -%}
|
74
|
+
{%- endif -%}
|
72
75
|
|
73
76
|
{% include /cssfile/links.html %}
|
74
77
|
|
@@ -87,10 +90,10 @@
|
|
87
90
|
}
|
88
91
|
|
89
92
|
@media (max-width: 768px) {
|
90
|
-
.trywordle{
|
93
|
+
.trywordle {
|
91
94
|
margin-bottom: 2rem;
|
92
95
|
}
|
93
|
-
|
96
|
+
|
94
97
|
}
|
95
98
|
</style>
|
96
99
|
{%- 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.8.
|
4
|
+
version: 2.8.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: 2024-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|