word-games-theme 2.1.5 → 2.1.6
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 +1 -1
- data/_includes/howto.html +6 -0
- 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: 3d1b9400e492b539bb902fc6d63633772f722ed4cd6bcf6544cfcea4df209b95
|
|
4
|
+
data.tar.gz: 616fce728a7d29cb85cea08991418da87233980341eea9feb0a33453b7c3e4b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1aa1c2a703101f232e48f51bdc138aefd489424e3bcb1ec003324f85bb0373748acfcf87cf43b54c8e1aab0fd0e6079438420ee64f876cc4884b06efc1b7898
|
|
7
|
+
data.tar.gz: ee6ece6b52c7b6570841552f67e3904b5ea21064e212aa684526a0c6ffb8aafe23a2052bea924fd01aa33a7b8d01e1f6fd0bc023d7b63f5961fb6e2e46214f60
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
],
|
|
64
64
|
"HOW_TO_CONTENT": {
|
|
65
|
-
"YoutubeVideoUrl": "https://
|
|
65
|
+
"YoutubeVideoUrl": "https://youtu.be/KvG92NJQssk?si=DUjC9DBi3MHZbvFW",
|
|
66
66
|
"logoImageUrl": "/assets/images/check.svg",
|
|
67
67
|
"heading": "How to set alarm for $variable minutes:",
|
|
68
68
|
"steps": [
|
data/_includes/howto.html
CHANGED
|
@@ -13,12 +13,18 @@
|
|
|
13
13
|
{%- if dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
|
|
14
14
|
<div class="how-to-video-wrapper">
|
|
15
15
|
{% assign video_url = dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl %}
|
|
16
|
+
{% assign video_id = "" %}
|
|
17
|
+
{% if video_url contains "youtu.be/" %}
|
|
18
|
+
{% assign parts = video_url | split: "/" %}
|
|
19
|
+
{% assign video_id = parts[3] %}
|
|
20
|
+
{% elsif video_url contains "youtube.com/watch" %}
|
|
16
21
|
{% assign params = video_url | split: "?" | last | split: "&" %}
|
|
17
22
|
{% for param in params %}
|
|
18
23
|
{% if param contains "v=" %}
|
|
19
24
|
{% assign video_id = param | split: "=" | last %}
|
|
20
25
|
{% endif %}
|
|
21
26
|
{% endfor %}
|
|
27
|
+
{% endif %}
|
|
22
28
|
{%- if site.ezoicAds -%}
|
|
23
29
|
<iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
|
|
24
30
|
src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
|
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.1.
|
|
4
|
+
version: 2.1.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: 2023-
|
|
11
|
+
date: 2023-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|