word-games-theme 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +2 -2
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/blog.yml +2 -2
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +26 -27
- data/_data/footer/en/data.json +74 -74
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +68 -71
- data/_data/wordgames/en/anagram_word_finder.json +48 -48
- data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
- data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/five_letter_word_finder.json +188 -188
- data/_data/wordgames/en/four_letter_word_finder.json +176 -176
- data/_data/wordgames/en/jumble_word_finder.json +54 -62
- data/_data/wordgames/en/lexical_word_finder.json +60 -60
- data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
- data/_data/wordgames/en/root.json +79 -79
- data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
- data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/six_letter_word_finder.json +175 -175
- data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
- data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
- data/_data/wordgames/en/three_letter_word_finder.json +188 -188
- data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
- data/_data/wordgames/en/two_letter_word_finder.json +188 -188
- data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
- data/_includes/Rating/rating.html +91 -87
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/author_bio.html +15 -15
- data/_includes/authors/authors.html +27 -27
- data/_includes/custom-head.html +31 -31
- data/_includes/disqus_comments.html +10 -10
- data/_includes/filterWords/index.html +10 -10
- data/_includes/footer/index.html +47 -43
- data/_includes/google-analytics.html +22 -22
- data/_includes/head/index.html +108 -104
- data/_includes/header/blogHeader.html +28 -28
- data/_includes/header/index.html +41 -46
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +29 -29
- data/_includes/script.html +13 -13
- data/_includes/section/about.html +25 -25
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/blog.html +41 -41
- data/_includes/section/commonPage.html +99 -92
- data/_includes/section/count.html +23 -23
- data/_includes/section/feature.html +34 -34
- data/_includes/section/home.html +94 -89
- data/_includes/section/home2.html +90 -83
- data/_includes/section/news.html +32 -32
- data/_includes/section/recent_posts.html +42 -42
- data/_includes/section/related_categories_post.html +73 -73
- data/_includes/section/related_tag_post.html +59 -59
- data/_includes/section/wordGroup.html +6 -6
- data/_includes/seo.html +56 -57
- data/_includes/share/socialshare.html +49 -50
- data/_layouts/blog.html +66 -66
- data/_layouts/categories.html +25 -25
- data/_layouts/default.html +43 -43
- data/_layouts/disclaimer.html +115 -115
- data/_layouts/page.html +67 -67
- data/_layouts/page2.html +60 -60
- data/_layouts/post.html +69 -69
- data/_layouts/privacyPolicy.html +420 -420
- data/_layouts/termAndCondition.html +421 -421
- data/_layouts/wordMeaning.html +106 -106
- data/assets/css/HomePageblog.css +154 -154
- data/assets/css/about.css +51 -51
- data/assets/css/advancedFilter.css +160 -160
- data/assets/css/blog.css +481 -481
- data/assets/css/feature.css +69 -69
- data/assets/css/footer.css +95 -95
- data/assets/css/home.css +235 -234
- data/assets/css/news.css +62 -62
- data/assets/css/style.css +399 -386
- data/assets/css/wordGroup.css +62 -62
- data/assets/images/angle-arrow-down.svg +43 -43
- data/assets/images/facebook-square.svg +1 -0
- data/assets/images/facebook.svg +1 -0
- data/assets/images/instagram-square.svg +1 -0
- data/assets/images/linkedin.svg +1 -0
- data/assets/images/linkedin2.svg +1 -0
- data/assets/images/ratingStar.png +0 -0
- data/assets/images/right.svg +38 -38
- data/assets/images/right2.svg +38 -38
- data/assets/images/right3.svg +38 -38
- data/assets/images/star.svg +1 -0
- data/assets/images/twitter-square.svg +1 -0
- data/assets/images/twitter.svg +1 -0
- data/assets/images/twitter2.svg +1 -0
- data/assets/images/window-close.png +0 -0
- data/assets/images/window-close.svg +1 -0
- data/assets/images/word-games-logo.svg +52 -52
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/X-letter.js +359 -359
- data/assets/js/advancedFilter.js +5 -5
- data/assets/js/advancedFilter2.js +12 -12
- data/assets/js/advancedFilter3.js +2 -2
- data/assets/js/scrabbleDictonary.js +165 -165
- data/assets/js/wordScrabble.js +511 -510
- metadata +19 -8
- data/_data/header/hi/data.json +0 -145
data/_includes/custom-head.html
CHANGED
@@ -1,32 +1,32 @@
|
|
1
|
-
<head>
|
2
|
-
{% assign favicon = site.favicon %}
|
3
|
-
{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
|
4
|
-
{%- if seo_description -%}
|
5
|
-
{%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
|
6
|
-
{%- endif -%}
|
7
|
-
{%- if page.date -%}
|
8
|
-
{%- assign og_type = "article" -%}
|
9
|
-
{%- else -%}
|
10
|
-
{%- assign og_type = "website" -%}
|
11
|
-
{%- endif -%}
|
12
|
-
<meta charset="UTF-8">
|
13
|
-
<link rel="shortcut icon" href="{{favicon}}">
|
14
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
15
|
-
<meta name="keywords" content="{{site.keyboard}}">
|
16
|
-
<meta name="description" content="{{ seo_description | slice: 0, 155 }}">
|
17
|
-
<meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
|
18
|
-
<meta property="og:title" content="{{ page.title | default: site.title }}">
|
19
|
-
<meta property="og:type" content="{{og_type}}">
|
20
|
-
<meta property="og:locale" content="en_US">
|
21
|
-
<meta property="og:site_name" content="{{site.name}}">
|
22
|
-
<meta property="og:url" content="{{site.url | append: page.url}}">
|
23
|
-
<meta name="author" content="{{ site.author_name }}">
|
24
|
-
<title>{{page.title}}</title>
|
25
|
-
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
26
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
27
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
28
|
-
<link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
|
29
|
-
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
|
30
|
-
|
31
|
-
{%- include google-analytics.html -%}
|
1
|
+
<head>
|
2
|
+
{% assign favicon = site.favicon %}
|
3
|
+
{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
|
4
|
+
{%- if seo_description -%}
|
5
|
+
{%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
|
6
|
+
{%- endif -%}
|
7
|
+
{%- if page.date -%}
|
8
|
+
{%- assign og_type = "article" -%}
|
9
|
+
{%- else -%}
|
10
|
+
{%- assign og_type = "website" -%}
|
11
|
+
{%- endif -%}
|
12
|
+
<meta charset="UTF-8">
|
13
|
+
<link rel="shortcut icon" href="{{favicon}}">
|
14
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
15
|
+
<meta name="keywords" content="{{site.keyboard}}">
|
16
|
+
<meta name="description" content="{{ seo_description | slice: 0, 155 }}">
|
17
|
+
<meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
|
18
|
+
<meta property="og:title" content="{{ page.title | default: site.title }}">
|
19
|
+
<meta property="og:type" content="{{og_type}}">
|
20
|
+
<meta property="og:locale" content="en_US">
|
21
|
+
<meta property="og:site_name" content="{{site.name}}">
|
22
|
+
<meta property="og:url" content="{{site.url | append: page.url}}">
|
23
|
+
<meta name="author" content="{{ site.author_name }}">
|
24
|
+
<title>{{page.title}}</title>
|
25
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
26
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
27
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
28
|
+
<link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
|
29
|
+
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
|
30
|
+
|
31
|
+
{%- include google-analytics.html -%}
|
32
32
|
</head>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
<div id="disqus_thread"></div>
|
2
|
-
<script>
|
3
|
-
(function () {
|
4
|
-
var d = document, s = d.createElement('script');
|
5
|
-
s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
|
6
|
-
s.setAttribute('data-timestamp', +new Date());
|
7
|
-
(d.head || d.body).appendChild(s);
|
8
|
-
})();
|
9
|
-
</script>
|
10
|
-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
|
1
|
+
<div id="disqus_thread"></div>
|
2
|
+
<script>
|
3
|
+
(function () {
|
4
|
+
var d = document, s = d.createElement('script');
|
5
|
+
s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
|
6
|
+
s.setAttribute('data-timestamp', +new Date());
|
7
|
+
(d.head || d.body).appendChild(s);
|
8
|
+
})();
|
9
|
+
</script>
|
10
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
|
11
11
|
Disqus.</a></noscript>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
<div class="tab_link_wrapper" style="position: relative;">
|
2
|
-
<div id="tab-scroll" class="tab-scroll flex-row">
|
3
|
-
<input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
|
4
|
-
style="display: none;">
|
5
|
-
<div id="tab-container" class="search-container tab_container flex-row">
|
6
|
-
|
7
|
-
</div>
|
8
|
-
<input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
|
9
|
-
style="display: none;">
|
10
|
-
</div>
|
1
|
+
<div class="tab_link_wrapper" style="position: relative;">
|
2
|
+
<div id="tab-scroll" class="tab-scroll flex-row">
|
3
|
+
<input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
|
4
|
+
style="display: none;">
|
5
|
+
<div id="tab-container" class="search-container tab_container flex-row">
|
6
|
+
|
7
|
+
</div>
|
8
|
+
<input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
|
9
|
+
style="display: none;">
|
10
|
+
</div>
|
11
11
|
</div>
|
data/_includes/footer/index.html
CHANGED
@@ -1,44 +1,48 @@
|
|
1
|
-
<div class="footer-container">
|
2
|
-
<footer id="footer">
|
3
|
-
<div class="row">
|
4
|
-
<div class="col-md-12">
|
5
|
-
<div class="companyUrl">
|
6
|
-
<span><a class='txt-color' href="#">{{site.email}}</a></span>
|
7
|
-
</div>
|
8
|
-
</div>
|
9
|
-
<div class="col-md-12">
|
10
|
-
<div class="phone">
|
11
|
-
<span><a href="#" class='txt-color'>{{site.phone}}</a></span>
|
12
|
-
</div>
|
13
|
-
<hr>
|
14
|
-
</div>
|
15
|
-
<div class="col-md-12">
|
16
|
-
<div class="socialIons">
|
17
|
-
<ul class="list-items">
|
18
|
-
<li><a target="_blank" href="{{site.facebook_username}}"
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
</li>
|
24
|
-
<li><a target="_blank" href="{{site.
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
1
|
+
<div class="footer-container">
|
2
|
+
<footer id="footer">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col-md-12">
|
5
|
+
<div class="companyUrl">
|
6
|
+
<span><a class='txt-color' href="#">{{site.email}}</a></span>
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
<div class="col-md-12">
|
10
|
+
<div class="phone">
|
11
|
+
<span><a href="#" class='txt-color'>{{site.phone}}</a></span>
|
12
|
+
</div>
|
13
|
+
<hr>
|
14
|
+
</div>
|
15
|
+
<div class="col-md-12">
|
16
|
+
<div class="socialIons">
|
17
|
+
<ul class="list-items">
|
18
|
+
<li><a target="_blank" href="{{site.facebook_username}}">
|
19
|
+
<img src="../../assets/images/facebook-square.svg" width="25px"></img></a>
|
20
|
+
</li>
|
21
|
+
<li><a target="_blank" href="{{site.linkedin_username}}"><img
|
22
|
+
src='../../assets/images/linkedin.svg' width="25px"></img></a>
|
23
|
+
</li>
|
24
|
+
<li><a target="_blank" href="{{site.instagram_username}}"><img
|
25
|
+
src='../../assets/images/instagram-square.svg' width="25px"></img></a>
|
26
|
+
</li>
|
27
|
+
<li><a target="_blank" href="{{site.twitter_username}}"><img
|
28
|
+
src='../../assets/images/twitter.svg' width="25px"></img></a></li>
|
29
|
+
</ul>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div class="col-md-12">
|
34
|
+
<div class="copyrightTxt">
|
35
|
+
<span style="font-size: 18px;">{{site.copyright_text}}</span>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="col-md-12">
|
40
|
+
<div class="pages">
|
41
|
+
<a href="/terms-and-conditions">Terms and Conditions</a>
|
42
|
+
<a href="/privacy-policy">Privacy Policy</a>
|
43
|
+
<a href="/disclaimer">Disclaimer</a>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
</footer>
|
44
48
|
</div>
|
@@ -1,23 +1,23 @@
|
|
1
|
-
{% if jekyll.environment == 'production' and site.production_google_analytics %}
|
2
|
-
{%- assign GA_ID = site.production_google_analytics -%}
|
3
|
-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
|
4
|
-
<script>
|
5
|
-
window.dataLayer = window.dataLayer || [];
|
6
|
-
function gtag() { dataLayer.push(arguments); }
|
7
|
-
gtag('js', new Date());
|
8
|
-
|
9
|
-
gtag('config', '{{ GA_ID }}');
|
10
|
-
</script>
|
11
|
-
{% endif %}
|
12
|
-
|
13
|
-
{% if jekyll.environment == 'development' and site.development_google_analytics %}
|
14
|
-
{%- assign GA_ID = site.development_google_analytics -%}
|
15
|
-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
|
16
|
-
<script>
|
17
|
-
window.dataLayer = window.dataLayer || [];
|
18
|
-
function gtag(){dataLayer.push(arguments);}
|
19
|
-
gtag('js', new Date());
|
20
|
-
|
21
|
-
gtag('config', '{{ GA_ID }}');
|
22
|
-
</script>
|
1
|
+
{% if jekyll.environment == 'production' and site.production_google_analytics %}
|
2
|
+
{%- assign GA_ID = site.production_google_analytics -%}
|
3
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
|
4
|
+
<script>
|
5
|
+
window.dataLayer = window.dataLayer || [];
|
6
|
+
function gtag() { dataLayer.push(arguments); }
|
7
|
+
gtag('js', new Date());
|
8
|
+
|
9
|
+
gtag('config', '{{ GA_ID }}');
|
10
|
+
</script>
|
11
|
+
{% endif %}
|
12
|
+
|
13
|
+
{% if jekyll.environment == 'development' and site.development_google_analytics %}
|
14
|
+
{%- assign GA_ID = site.development_google_analytics -%}
|
15
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
|
16
|
+
<script>
|
17
|
+
window.dataLayer = window.dataLayer || [];
|
18
|
+
function gtag(){dataLayer.push(arguments);}
|
19
|
+
gtag('js', new Date());
|
20
|
+
|
21
|
+
gtag('config', '{{ GA_ID }}');
|
22
|
+
</script>
|
23
23
|
{% endif %}
|
data/_includes/head/index.html
CHANGED
@@ -1,105 +1,109 @@
|
|
1
|
-
{% assign file = page.fileName %}
|
2
|
-
{% assign lang = page.lang %}
|
3
|
-
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
|
-
|
5
|
-
<head>
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8
|
-
|
9
|
-
<meta charset="UTF-8">
|
10
|
-
|
11
|
-
{
|
12
|
-
|
13
|
-
{
|
14
|
-
|
15
|
-
|
16
|
-
<
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
<link rel="
|
23
|
-
|
24
|
-
|
25
|
-
<link rel="stylesheet"
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<link rel="stylesheet" href="{{ '/assets/css/
|
30
|
-
<link rel="stylesheet" href="{{ '/assets/css/
|
31
|
-
<link rel="stylesheet" href="{{ '/assets/css/
|
32
|
-
<link rel="stylesheet" href="{{ '/assets/css/
|
33
|
-
|
34
|
-
<
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
"
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
}
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
}
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
{%-
|
102
|
-
{%- endif -%}
|
103
|
-
|
104
|
-
{%-
|
1
|
+
{% assign file = page.fileName %}
|
2
|
+
{% assign lang = page.lang %}
|
3
|
+
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
|
+
|
5
|
+
<head>
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8
|
+
|
9
|
+
<meta charset="UTF-8">
|
10
|
+
|
11
|
+
{% include seo.html %}
|
12
|
+
|
13
|
+
<link rel="canonical" href="{{site.url | append: page.url}}">
|
14
|
+
|
15
|
+
{%- if site.keyboard -%}
|
16
|
+
<meta name="keywords" content="{{site.keyboard}}" />
|
17
|
+
{%- endif -%}
|
18
|
+
|
19
|
+
|
20
|
+
<link rel="manifest" href="./manifest.json">
|
21
|
+
|
22
|
+
<link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
|
23
|
+
|
24
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
25
|
+
<link rel="stylesheet"
|
26
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
|
27
|
+
|
28
|
+
|
29
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
30
|
+
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
31
|
+
<link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
|
32
|
+
<link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
|
33
|
+
<link rel="stylesheet" href="{{ '/assets/css/about.css' | relative_url }}">
|
34
|
+
<link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
|
35
|
+
<link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
|
36
|
+
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
37
|
+
|
38
|
+
<title>
|
39
|
+
{%- unless page.layout == "home" -%}
|
40
|
+
{{dataToShow.title }}
|
41
|
+
{%- endunless -%}
|
42
|
+
{{ page.title}}</title>
|
43
|
+
|
44
|
+
|
45
|
+
<script>
|
46
|
+
if ('serviceWorker' in navigator) {
|
47
|
+
window.addEventListener('load', () => {
|
48
|
+
navigator.serviceWorker.register('./serviceworker.js')
|
49
|
+
.then((reg) => console.log('Success: ', reg.scope))
|
50
|
+
.catch((err) => console.log('Failure: ', err));
|
51
|
+
})
|
52
|
+
}
|
53
|
+
</script>
|
54
|
+
|
55
|
+
<script type="application/ld+json">
|
56
|
+
{
|
57
|
+
"@context": "http://schema.org",
|
58
|
+
"@type": "Organization",
|
59
|
+
"url": "{{site.siteurl}}",
|
60
|
+
"logo": "{{site.siteurl}}{{site.favicon}}"
|
61
|
+
}
|
62
|
+
</script>
|
63
|
+
<script type="application/ld+json">
|
64
|
+
{
|
65
|
+
"@context": "http://schema.org",
|
66
|
+
"@type": "WebSite",
|
67
|
+
"name": "{{site.name}}",
|
68
|
+
"alternateName": "{{site.alternateName}}",
|
69
|
+
"url": "{{site.siteurl}}"}
|
70
|
+
</script>
|
71
|
+
|
72
|
+
{%- if dataToShow.faqList -%}
|
73
|
+
{%- if dataToShow.faqList.first.Question !='' -%}
|
74
|
+
<script type="application/ld+json">
|
75
|
+
{
|
76
|
+
"@context": "http://schema.org",
|
77
|
+
"@type": "FAQPage",
|
78
|
+
"mainEntity": [
|
79
|
+
{%- for item in dataToShow.faqList-%}
|
80
|
+
{%- if forloop.last == true -%}
|
81
|
+
{"@type": "Question",
|
82
|
+
"name": "{{item.Question}}",
|
83
|
+
"acceptedAnswer": {
|
84
|
+
"@type": "Answer",
|
85
|
+
"text": "{{item.Answer}}"
|
86
|
+
}
|
87
|
+
}
|
88
|
+
{%- else -%}
|
89
|
+
{"@type": "Question",
|
90
|
+
"name": "{{item.Question}}",
|
91
|
+
"acceptedAnswer": {
|
92
|
+
"@type": "Answer",
|
93
|
+
"text": "{{item.Answer}}"
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{%- endif -%}
|
97
|
+
{%- endfor -%}
|
98
|
+
]
|
99
|
+
}
|
100
|
+
</script>
|
101
|
+
{%- endif -%}
|
102
|
+
{%- endif -%}
|
103
|
+
|
104
|
+
{%- if page.tool -%}
|
105
|
+
{%- include Rating/structureddata.html -%}
|
106
|
+
{%- endif -%}
|
107
|
+
</script>
|
108
|
+
{%- include google-analytics.html -%}
|
105
109
|
</head>
|