word-games-theme 0.7.2 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a0285bc5bc3a0b219a3e2df13bb22745f604dc02c18012f2c55ff6e846e4b2b
4
- data.tar.gz: 5ea301c17bc3425d1cc29c18a904e304106691e81ff01e60b384de93616471ca
3
+ metadata.gz: 9adcfe3ae7ab46a19ebac83046fda24451d54fc15a937098374b7a1b5553c7a6
4
+ data.tar.gz: b292eda1987c21b23d6b368993e4a2dfe21fd25dbefd4b8c6a9728cfc41e6bc1
5
5
  SHA512:
6
- metadata.gz: 8da2c8c850193cb50d244ffa95970ddefeac0c7a9a3c243ba5ba486e024408abfff871c251bafc5047a7ec65a42df7978d2a3230b61deff9937163a12e270bab
7
- data.tar.gz: 96d2f870449c914e73e8b985883cde5f07cc686fac23639c4ad8cf593811e6ea167ac433f5a69f3dc7e6a398e5cf2baffdc913caa6eba2e3e3a3bd9aff9004a6
6
+ metadata.gz: 51cf6fafe5297d7e4fffb8a477af30aa33db80c35205ade0895d3fc557fb6427797304ecd36ab3f18fec02bc89240ebaa95789e9c74ce896ae96c11a2562c3f3
7
+ data.tar.gz: f4c0196446b60232dae552956ae40e3072e4ef30d5c630ee9a8b3353fcc867bb3774204aafd062dc0a7a92f79e28722202abcac50c81277f66234462161b9ba2
@@ -1,75 +1,86 @@
1
1
  {
2
- "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
- "heading":"We make PDF easy.",
4
- "company":[
5
- {
6
- "name":"About",
7
- "url":"/about"
8
- },
9
- {
10
- "name":"Help",
11
- "url":"/help"
12
- },
13
- {
14
- "name":"Blog",
15
- "url":"/blog"
16
- }
2
+ "logo": "https://d33wubrfki0l68.cloudfront.net/ed710b6efb59f7057f7a02f110608e34d61929e6/2a338/assets/images/wordswithletters-logo.svg",
3
+ "heading": "marketing@wordgames.org",
4
+ "linksTitle": "Resources",
5
+ "companytitle": "Company",
6
+ "networksitestitle": "Network sites",
7
+ "producttitle": "Tools",
8
+ "company": [
9
+ {
10
+ "name": "Terms of use",
11
+ "url": "/terms-and-conditions"
12
+ },
13
+ {
14
+ "name": "Privacy Policy",
15
+ "url": "/privacy-policy"
16
+ },
17
+ {
18
+ "name": "Disclaimer",
19
+ "url": "/disclaimer"
20
+ }
17
21
  ],
18
- "product":[
22
+ "links": [
23
+ {
24
+ "name": "Ten letter words with these letters",
25
+ "url": "/ten-letter-words-with-these-letters"
26
+ },
27
+ {
28
+ "name": "Two letter words with these letters",
29
+ "url": "/two-letter-words-with-these-letters"
30
+ },
31
+ {
32
+ "name": "Thirteen letter words with these letters",
33
+ "url": "/thirteen-letter-words-with-these-letters"
34
+ },
19
35
  {
20
- "name":"Pricing",
21
- "url":"/pricing"
36
+ "name": "Three letter words with these letters",
37
+ "url": "/three-letter-words-with-these-letters"
22
38
  },
23
39
  {
24
- "name":"Team",
25
- "url":"/team"
40
+ "name": "Twelve letter words with these letters",
41
+ "url": "/twelve-letter-words-with-these-letters"
26
42
  },
27
43
  {
28
- "name":"Developers",
29
- "url":"/developers"
44
+ "name": "Eleven letter words with these letters",
45
+ "url": "/eleven-letter-words-with-these-letters"
30
46
  }
31
47
  ],
32
- "social":[
48
+ "tools": [
33
49
  {
34
- "logo":"/assets/facebook.svg",
35
- "url": "/",
36
- "title":"abc"
37
-
50
+ "name": "Wordle Solver",
51
+ "url": "/wordle-solver"
38
52
  },
39
53
  {
40
- "logo":"/assets/youtube.svg",
54
+ "name": "Five letter word finder",
55
+ "url": "/five-letter-word-finder"
56
+ },
57
+ {
58
+ "name": "Anagram word finder",
59
+ "url": "/anagram-word-finder"
60
+ }
61
+ ],
62
+ "social": [
63
+ {
64
+ "icon": "bi bi-facebook",
41
65
  "url": "/",
42
- "title":"abc"
66
+ "title": "facebook"
43
67
  },
44
68
  {
45
- "logo":"/assets/instagram.svg",
69
+ "icon": "bi bi-instagram",
46
70
  "url": "/",
47
- "title":"abc"
48
-
71
+ "title": "instagram"
49
72
  },
50
73
  {
51
- "logo":"/assets/linkdin.svg",
74
+ "icon": "bi bi-linkedin",
52
75
  "url": "/",
53
- "title":"abc"
54
-
76
+ "title": "linkden"
55
77
  },
56
78
  {
57
- "logo":"/assets/twitter.svg",
79
+ "icon": "bi bi-twitter",
58
80
  "url": "/",
59
- "title":"abc"
60
-
81
+ "title": "twitter"
61
82
  }
62
83
  ],
63
- "messege": "© 2021 pdf AG Made with love for the people of the internet.",
64
- "legal":[
65
- {
66
- "name":"Terms and conditions",
67
- "url":"/terms-and-conditions"
68
- },
69
- {
70
- "name":"Privacy Policy",
71
- "url":"/privacy-policy"
72
- }
73
- ]
74
-
75
- }
84
+ "messege": "Copyright © 2020 All rights reserved to wordgames",
85
+ "legal": []
86
+ }
@@ -5,12 +5,12 @@
5
5
  "url": "http://wordswithletters.org/"
6
6
  },
7
7
  {
8
- "name": "alarmsetter",
9
- "url": "https://alarmsetter.com/"
8
+ "name": "wordfinders",
9
+ "url": "https://wordfinders.org/"
10
10
  },
11
11
  {
12
- "name": "safepdfkit",
13
- "url": "http://safepdfkit.com/"
12
+ "name": "wordscramblers",
13
+ "url": "http://wordscramblers.org/"
14
14
  }
15
15
  ]
16
16
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "tooltip": "words with letters",
2
3
  "more": [
3
4
  {
4
5
  "name": "words",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "title": "Word finders to help you find word with given letters.",
3
3
  "h1": "Word Games Scrabble World",
4
+ "h2": "Enters letters in gray, yellow, and green to see potential words",
4
5
  "meta": "Use wordfinders to win any word games such as scrabble, word with friends etc.",
5
6
  "featureNo": "02",
6
7
  "feature_title": "Features",
@@ -3,6 +3,8 @@
3
3
  "h1": "Solve todays wordle by entering letters used so far",
4
4
  "h2": "Enters letters in gray, yellow, and green to see potential words",
5
5
  "meta": "Input letters in grey, yellow and green, and get list of matching 5 letter words to solve todays wordle in mimimum attempts, and impress your friends",
6
+ "tags": "",
7
+ "categories": "wordle",
6
8
  "featureNo": "02",
7
9
  "feature_title": "Features",
8
10
  "featureList": [
@@ -1,4 +1,4 @@
1
- <div class="footer-container">
1
+ <!-- <div class="footer-container">
2
2
  <footer id="footer">
3
3
  <div class="row">
4
4
  <div class="col-md-12">
@@ -45,4 +45,132 @@
45
45
  </div>
46
46
  </div>
47
47
  </footer>
48
- </div>
48
+ </div> -->
49
+
50
+
51
+ {% assign lang = page.lang %}
52
+ {% assign dataToShow = site.data.footer[lang].data %}
53
+ {%- assign networksitesData = site.data.footer.networksites -%}
54
+ {% assign dataFile= site.data[folder][lang][file] %}
55
+
56
+ <footer class="footer-section">
57
+ <div class="footer-wrap">
58
+ <div class="container">
59
+ <div class="footer-single-col">
60
+ <div class="row d-flex justify-content-between mt-5 ">
61
+ <div class="col-md-12 txt-secondary mb-5">
62
+ {%- if dataToShow.logo -%}
63
+ <div class="footer-logo-cont">
64
+ <img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo d-block"
65
+ alt="footer logo" width="30px">
66
+ <span>
67
+ {{dataToShow.heading}}
68
+ </span>
69
+ <!-- <div class="footer-title">{{dataToShow.heading}}</div> -->
70
+ </div>
71
+ {%- endif -%}
72
+ <hr class="footer_hr">
73
+ <div class="footer-social-list mt-4">
74
+ <ul class="list-inline">
75
+ {% for data in dataToShow.social %}
76
+ <li>
77
+ <a href="{{data.url}}" target="_blank">
78
+ <i class="{{data.icon}}"></i>
79
+ </a>
80
+ </li>
81
+ {% endfor %}
82
+ </ul>
83
+ </div>
84
+ </div>
85
+
86
+ <div class="col-md-2 txt-secondary">
87
+ <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.companytitle | default:
88
+ 'Company' }}</p>
89
+ {% for data in dataToShow.company %}
90
+ <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
91
+ {% endfor %}
92
+ </div>
93
+ <div class="col-md-2 txt-secondary">
94
+ <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
95
+ 'Links' }}</p>
96
+ {% for data in dataToShow.links %}
97
+ <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
98
+ {% endfor %}
99
+ </div>
100
+
101
+ <div class="col-md-2 txt-secondary ">
102
+ <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.producttitle | default:
103
+ 'tools' }}</p>
104
+ {% for data in dataToShow.tools %}
105
+ <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
106
+ {% endfor %}
107
+ </div>
108
+ <div class="col-md-2 txt-secondary ">
109
+ <p class="font-weight-bold txt-primary footer_subheading">{{dataToShow.networksitestitle |
110
+ default: 'Network sites'}}</p>
111
+ {% for data in networksitesData.networkSites %}
112
+ <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
113
+ {% endfor %}
114
+ </div>
115
+ </div>
116
+ <div class="copyright-text mt-5 txt-secondary text-center">
117
+ <p>
118
+ {{dataToShow.messege}}
119
+ </p>
120
+ </div>
121
+ </div>
122
+
123
+ </div>
124
+ </div>
125
+ </footer>
126
+
127
+ <!-- <footer class="footer">
128
+ <div class="container">
129
+ <div class="footer-wrapper">
130
+ {%- if dataToShow.logo -%}
131
+ <div class="footer-logo-cont">
132
+ <img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo" {%- if site.crossorigin
133
+ -%} crossorigin {%- endif -%}>
134
+ <div class="footer-title">{{dataToShow.heading}}</div>
135
+ </div>
136
+ {%- endif -%}
137
+ <nav class="footer-nav">
138
+ <ul class="footer-ul">
139
+ <h2 class="footer-ul-title">{{dataToShow.companytitle | default: 'Company' }}</h2>
140
+ {% for data in dataToShow.company %}
141
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
142
+ {% endfor %}
143
+ </ul>
144
+ <ul class="footer-ul">
145
+ <h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'tools' }}</h2>
146
+ {% for data in dataToShow.tools %}
147
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
148
+ {% endfor %}
149
+ </ul>
150
+ <ul class="footer-ul">
151
+ <h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
152
+ {% for data in networksitesData.networkSites %}
153
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
154
+ {% endfor %}
155
+ </ul>
156
+ </nav>
157
+ </div>
158
+ <div class="d-flex py-4">
159
+ {% for data in dataToShow.social %}
160
+ <a class="cVpsCJ px-4" target="_blank" rel="noopener noreferrer" href="{{data.url}}" title="LinkedIn">
161
+ <div class="sDfHB" style="width:24px; height:24px">
162
+ <img width="100%" loading="lazy" src="{{data.logo}}" title="{{data.title}}">
163
+ </div>
164
+ </a>
165
+ {% endfor %}
166
+ </div>
167
+ <div class="privacy-footer">
168
+ <div class="footer-msg">{{dataToShow.messege}}
169
+ </div>
170
+ <div class="privacy-links">
171
+ {% for data in dataToShow.legal %}
172
+ <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
173
+ {% endfor %}
174
+ </div>
175
+ </div>
176
+ </footer> -->
@@ -6,7 +6,8 @@
6
6
 
7
7
  {% else %}
8
8
  <a href="/">
9
- <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
9
+ <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}"
10
+ style="height: 40px; width: 40px;" class="navbar-brand-image">
10
11
 
11
12
  </a>
12
13
  {% endif %}
@@ -25,4 +26,4 @@
25
26
  </ul>
26
27
  </div>
27
28
  </nav>
28
- </header>
29
+ </header>
@@ -6,10 +6,10 @@
6
6
  <header id="header">
7
7
  <!-- navigation startss -->
8
8
  <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
- <a class="navbar-brand" href="/" title="words with letters">
9
+
10
+ <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
10
11
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
11
12
  </a>
12
-
13
13
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
14
  <i class="bi bi-list bi-2x bars"></i>
15
15
  </button>
@@ -5,27 +5,49 @@
5
5
  <div class="container-fluid" id="blog">
6
6
  <div class="row rowHeight3">
7
7
  <!-- <div class="col-md-12 p-0"> -->
8
- <div class="blog">
9
- <!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
10
- <!-- <div class="content"> -->
11
- <!-- <span class="site-no">05</span> -->
12
- <h5 class="title">{{dataToShow.blog_title}}</h5>
13
- <!-- </div> -->
14
- </div>
8
+ <div class="blog">
9
+ <!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
10
+ <!-- <div class="content"> -->
11
+ <!-- <span class="site-no">05</span> -->
12
+ <h5 class="title">{{dataToShow.blog_title}}</h5>
13
+ <!-- </div> -->
14
+ </div>
15
15
  <!-- </div> -->
16
- <div class="blog_section container" style="padding-left: 120px; margin-top:50px"> <!--earlier class=col-xl-8 col-lg-12-->
16
+ <div class="blog_section container" style="margin:50px auto">
17
+ <!--earlier class=col-xl-8 col-lg-12-->
17
18
  <section class="section_post">
18
19
  <div class="row">
19
- {% for post in site.posts limit: 2 %}
20
- <div class="col-md-6 my-5">
21
- <a href="{{ post.url }}">
22
- <img src="{{ post.image }}" loading="lazy" width="100%" height="230px" class="card-img-top"
23
- alt="{{post.image}}">
24
- </a>
25
- <a href="{{ post.url }}" class="anchor_link">
26
- <h4 class="card-title mb-4">{{ post.title }}</h4>
27
- </a>
28
- <p class="card-subtitle mb-3">{{ post.date | date_to_string }}</p>
20
+ {% for post in site.posts limit: 3 %}
21
+ <div class="col-lg-4 col-md-6 mb-4 my-5">
22
+ <div class="card">
23
+ <a href="{{ post.url }}">
24
+ <img src="{{ post.image }}" loading="lazy" width="100%" height="230px"
25
+ class="card-img-top" alt="{{post.image}}">
26
+ </a>
27
+ <a href="{{ post.url }}" class="anchor_link p-3">
28
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
29
+ </a>
30
+ <!-- / <p class="card-subtitle mb-3">{{ post.date | date_to_string }}</p> -->
31
+ {%- include authors/authors.html -%}
32
+ <div class="card-footer bg-white">
33
+ <div class="wrapfooter">
34
+ {% if post.author %}
35
+ <span class="meta-footer-thumb">
36
+ <img class="author-thumb" loading="lazy" src="{{ image }}"
37
+ alt="{{ authorName }}">
38
+ </span>
39
+ {% endif %}
40
+ <span class="author-meta">
41
+ <span class="post-name">
42
+ <a target="_blank" href="/blog">{{authorName}}</a>
43
+ </span><br>
44
+ <span class="post-date">{{post.date | date_to_string }}</span>
45
+ </span>
46
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
47
+ title="Read Story">Read More</a></span>
48
+ </div>
49
+ </div>
50
+ </div>
29
51
  </div>
30
52
  {% endfor %}
31
53
 
@@ -4,12 +4,20 @@
4
4
 
5
5
  {%- assign CustomColor = site.data.theme.colors -%}
6
6
  <!-- start commonPage as LandingPage -->
7
+
8
+ <div class="container py-3 result_header">
9
+ <nav class="navbar result_page_navbar">
10
+ <a class="navbar-brand result_header_logo" href="/" title="words with letters">
11
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
12
+ </a>
13
+ </nav>
14
+ </div>
7
15
  <div class="container" id="containerWd">
8
16
  <section class="sticky_nav">
9
- <div class="pageHeading text-center pt-5">
17
+ <div class="pageHeading text-center">
10
18
  <h1 class="heading m-0 pb-0">
11
19
  {{dataToShow.h1}}</h1>
12
- {%- if dataToShow.h2 -%}
20
+ {%- if dataToShow.h2 != "" -%}
13
21
  <h2>
14
22
  {{dataToShow.h2}}</h2>
15
23
  {%- endif -%}
@@ -18,13 +26,13 @@
18
26
  <div class="position-relative serachBox">
19
27
  <form action="" id='form'>
20
28
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
21
- placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15" value
22
- required>
29
+ placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
30
+ maxlength="15" value required>
23
31
  <input
24
32
  style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
25
- type="submit" class="serachBtn" id="serach" value>
33
+ type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
26
34
  <div class="dictonaryDropdown">
27
- <select class="form-select select_dropDown2" name="dictionary"
35
+ <select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
28
36
  aria-label="Default select example">
29
37
  <option selected value="Dictionary">Dictionary</option>
30
38
  <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
@@ -33,7 +41,7 @@
33
41
  </select>
34
42
  </div>
35
43
  {%- include filterWords/index.html -%}
36
- <div class="wrapper_dropDown mt-2 d-flex justify-content-end" style="gap:10px;">
44
+ <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
37
45
  <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
38
46
  <span class="filter_count" style="display: none;"></span>
39
47
  <input type="button" value="Advanced Filter" class="filterButton">
@@ -6,18 +6,19 @@
6
6
  <!--<div class="col-xl-3 col-lg-12">
7
7
  <div class="row">
8
8
  <div class="col-xl-3 p-0">-->
9
- <div class="feature">
10
- <!--<img src="/assets/images/left_obj_01.png" alt="">
9
+ <div class="feature">
10
+ <!--<img src="/assets/images/left_obj_01.png" alt="">
11
11
  <span class="site-no"> 02</span>-->
12
- <h5 class="title">{{dataToShow.feature_title}}</h5>
13
- <p class="description">{{dataToShow.feature_description}}</p>
14
- </div>
15
- <!--</div>
12
+ <h5 class="title">{{dataToShow.feature_title}}</h5>
13
+ <p class="description">{{dataToShow.feature_description}}</p>
14
+ </div>
15
+ <!--</div>
16
16
  </div>
17
17
  </div>-->
18
18
 
19
- <div class="container"> <!--class earlier= col-xl-9 col-lg-12-->
20
- <div class="row text-center">
19
+ <div class="container">
20
+ <!--class earlier= col-xl-9 col-lg-12-->
21
+ <div class="row text-center features_data">
21
22
  {% for entry in dataToShow.featureList %}
22
23
  <div class="col-lg-4 col-md-6 my-3">
23
24
  <div class="card-body h-100">
@@ -10,7 +10,7 @@
10
10
  <div class="pageHeading text-center">
11
11
  <h1 class="heading pb-0 m-0">
12
12
  {{dataToShow.h1}}</h1>
13
- {%- if dataToShow.h2 -%}
13
+ {%- if dataToShow.h2 != "" -%}
14
14
  <h2>
15
15
  {{dataToShow.h2}}</h2>
16
16
  {%- endif -%}
@@ -20,12 +20,14 @@
20
20
  <div class="serachSection">
21
21
  <div class="position-relative serachBox">
22
22
  <form action="/result" id='form' method="GET">
23
+
23
24
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
24
25
  placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
25
- required>
26
+ required autocomplete="off">
26
27
  <input style="border-radius: {{CustomColor.inputFieldBorder}};
27
28
  background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach"
28
29
  value>
30
+
29
31
  <div class="dictonaryDropdown">
30
32
  <select class="form-select select_dropDown2" name="dictionary"
31
33
  aria-label="Default select example">
@@ -9,7 +9,7 @@
9
9
  <div class="pageHeading text-center">
10
10
  <h1 class="heading pb-0 m-0">
11
11
  {{dataToShow.h1}}</h1>
12
- {%- if dataToShow.h2 -%}
12
+ {%- if dataToShow.h2 != "" -%}
13
13
  <h2>
14
14
  {{dataToShow.h2}}</h2>
15
15
  {%- endif -%}
@@ -21,7 +21,7 @@
21
21
  <form action="{{page.url}}/result" id='form' method="GET">
22
22
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
23
23
  placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
24
- required>
24
+ required autocomplete="off">
25
25
  <input
26
26
  style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
27
27
  type="submit" class="serachBtn" id="serach" value>
@@ -94,8 +94,6 @@
94
94
  </div>
95
95
  </div>
96
96
  </div>
97
-
98
-
99
97
  <!-- close landingPage -->
100
98
  <script>
101
99
  const clearFilter = document.querySelector('.clearFilter')
@@ -1,3 +1,10 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+
6
+
7
+
1
8
  <div class="container">
2
9
  <div class="relatedPosts">
3
10
 
@@ -8,15 +15,17 @@
8
15
  {% assign maxRelatedCounter = 0 %}
9
16
 
10
17
  <div class="row">
18
+
11
19
  {% for post in site.posts %}
12
20
  {% assign sameTagCount = 0 %}
13
21
  {% assign commonTags = '' %}
14
22
 
15
23
 
16
- {%- if page.categories-%}
24
+
25
+ {%- if page.categories or dataToShow.categories-%}
17
26
  {% for category in post.categories %}
18
27
  {% if post.url != page.url %}
19
- {% if page.categories contains category %}
28
+ {% if page.categories or dataToShow.categories contains category %}
20
29
  {% assign sameTagCount = sameTagCount | plus: 1 %}
21
30
  {% endif %}
22
31
  {% endif %}
@@ -96,13 +105,13 @@
96
105
  {%- endif -%}
97
106
  {% endfor %}
98
107
  {%- endif -%}
99
- {%- if page.categories-%}
108
+ {%- if page.categories or dataToShow.categories-%}
100
109
  {%- if tagData == false -%}
101
110
  {%- continue -%}
102
111
  {%- else -%}
103
112
  {% for category in post.categories %}
104
113
  {% if post.url != page.url %}
105
- {% if page.categories contains category %}
114
+ {% if page.categories or dataToShow.categories contains category %}
106
115
  {%- assign catData = false -%}
107
116
  {%- break -%}
108
117
  {% endif %}
@@ -1,4 +1,4 @@
1
- <div class="row pad" style="padding:60px .2rem 5rem .2rem">
1
+ <div class="row pad" style="padding:0px .2rem 5rem .2rem">
2
2
  <div class="col-md-12">
3
3
  <div class="wordCount"></div>
4
4
  <div class="main"></div>
@@ -8,7 +8,7 @@
8
8
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
9
9
  }
10
10
  </style>
11
- <div class="row pad" style="padding:60px .2rem 5rem .2rem">
11
+ <div class="row pad" style="padding:0px .2rem 5rem .2rem">
12
12
  <div class=" col-md-12">
13
13
  <div class="wordCount">
14
14
  <strong>