appscms-tools-theme 2.7.3 → 2.7.4

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.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +4 -4
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/calculators/en/biology-calc/bulb-spacing.json +78 -78
  11. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +52 -52
  12. data/_data/calculators/en/chemistry-calc/activation-energy.json +44 -44
  13. data/_data/calculators/en/finance-calc/401k.json +122 -122
  14. data/_data/contact/en/contact.json +38 -38
  15. data/_data/disclaimer/en/disclaimer.json +37 -37
  16. data/_data/download/en/download.json +35 -35
  17. data/_data/feature/en/3_shop_posters.json +351 -351
  18. data/_data/feature/en/allele-frequency.json +246 -246
  19. data/_data/feature/en/batch-conversion.json +77 -77
  20. data/_data/feature/en/compress-pdf.json +202 -202
  21. data/_data/feature/en/face-detection.json +52 -52
  22. data/_data/feature/en/split-pdf.json +115 -115
  23. data/_data/feature/en/theframe.json +56 -56
  24. data/_data/feature/hi/compress-pdf.json +81 -81
  25. data/_data/feature/tr/compress-pdf.json +80 -80
  26. data/_data/filecomparison/en/filecomparison.json +38 -38
  27. data/_data/fileinfo/en/fileinfo.json +15 -15
  28. data/_data/footer/en/data.json +166 -166
  29. data/_data/footer/hi/data.json +68 -68
  30. data/_data/footer/networksites.json +15 -15
  31. data/_data/header/en/data.json +174 -174
  32. data/_data/header/hi/data.json +144 -144
  33. data/_data/home/en/en.json +285 -285
  34. data/_data/home/en/photoeffects.json +23 -23
  35. data/_data/home/en/posters.json +323 -323
  36. data/_data/home/hi/hi.json +86 -86
  37. data/_data/home-1/en/en.json +229 -229
  38. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  39. data/_data/languagesupport/index-langs.json +13 -13
  40. data/_data/photo-categories.json +104 -104
  41. data/_data/photoeffects.json +31 -31
  42. data/_data/privacy/en/privacyPolicy.json +265 -265
  43. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  44. data/_includes/Rating/rating.html +92 -92
  45. data/_includes/Rating/structureddata.html +53 -53
  46. data/_includes/Usp/usp.html +95 -95
  47. data/_includes/adblocker.html +135 -135
  48. data/_includes/adsense/adsense.html +7 -7
  49. data/_includes/alternates/alternates.html +45 -45
  50. data/_includes/author_bio.html +16 -16
  51. data/_includes/authors/authors.html +67 -67
  52. data/_includes/batch-conversion.html +65 -65
  53. data/_includes/cssfile/links.html +11 -11
  54. data/_includes/custom-head.html +136 -136
  55. data/_includes/customblog/recentposts.html +67 -69
  56. data/_includes/customblog/relatedposts.html +203 -203
  57. data/_includes/disqus_comments.html +10 -10
  58. data/_includes/dropdown/langdropdown.html +22 -22
  59. data/_includes/feature.html +37 -37
  60. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  61. data/_includes/fileformat/comparisonfiles.html +151 -151
  62. data/_includes/fileformat/fileformatdetail.html +101 -101
  63. data/_includes/fileformat/fileinfoformat.html +93 -93
  64. data/_includes/footer/index.html +534 -529
  65. data/_includes/google-analytics.html +22 -22
  66. data/_includes/head/index.html +235 -235
  67. data/_includes/header/blogHeader.html +34 -34
  68. data/_includes/header/index.html +188 -188
  69. data/_includes/languages/languages.html +60 -60
  70. data/_includes/monumetric/ads.html +57 -57
  71. data/_includes/monumetric/monumetric.html +57 -57
  72. data/_includes/monumetric/profitablecpmgate.html +51 -51
  73. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  74. data/_includes/paginationBlogPage.html +71 -71
  75. data/_includes/paginationPostPage.html +14 -14
  76. data/_includes/postauthorbio.html +17 -17
  77. data/_includes/postbox.html +31 -31
  78. data/_includes/script.html +63 -63
  79. data/_includes/section/alertbar.html +11 -11
  80. data/_includes/section/count.html +36 -36
  81. data/_includes/section/recent_posts.html +65 -67
  82. data/_includes/section/related_categories_post.html +198 -198
  83. data/_includes/share/socialshare.html +20 -20
  84. data/_includes/staticfooter.html +67 -67
  85. data/_layouts/aboutUs.html +34 -34
  86. data/_layouts/batch.html +102 -102
  87. data/_layouts/blog-1.html +83 -85
  88. data/_layouts/blog.html +94 -96
  89. data/_layouts/calculator.html +89 -89
  90. data/_layouts/categories.html +33 -33
  91. data/_layouts/contactUs.html +124 -124
  92. data/_layouts/default.html +1 -1
  93. data/_layouts/disclaimer.html +123 -123
  94. data/_layouts/download.html +299 -299
  95. data/_layouts/feature-1.html +320 -320
  96. data/_layouts/feature-download.html +308 -308
  97. data/_layouts/feature.html +258 -259
  98. data/_layouts/featureResultPage.html +58 -58
  99. data/_layouts/fileInfo.html +39 -39
  100. data/_layouts/filecomparison.html +85 -85
  101. data/_layouts/frame.html +434 -434
  102. data/_layouts/help.html +23 -23
  103. data/_layouts/home-1.html +229 -229
  104. data/_layouts/home.html +249 -250
  105. data/_layouts/homeResultPage.html +31 -31
  106. data/_layouts/imagekit.html +125 -125
  107. data/_layouts/page.html +5 -5
  108. data/_layouts/photo-effects-home.html +193 -193
  109. data/_layouts/post.html +177 -177
  110. data/_layouts/privacyPolicy.html +637 -637
  111. data/_layouts/termAndCondition.html +646 -646
  112. data/assets/cross.svg +4 -4
  113. data/assets/css/adblocker.css +187 -187
  114. data/assets/css/batch.css +437 -437
  115. data/assets/css/blog-1.css +65 -65
  116. data/assets/css/blog.css +491 -491
  117. data/assets/css/bootstrap.min.css +6 -6
  118. data/assets/css/calculators.css +47 -47
  119. data/assets/css/common.css +550 -550
  120. data/assets/css/feature-1.css +290 -290
  121. data/assets/css/filecomparison.css +25 -25
  122. data/assets/css/frame.css +781 -781
  123. data/assets/css/home-1.css +187 -187
  124. data/assets/css/imagekit.css +840 -840
  125. data/assets/css/tools.css +1282 -1282
  126. data/assets/facebook.svg +4 -4
  127. data/assets/images/abp.svg +41 -41
  128. data/assets/images/adblock.svg +266 -266
  129. data/assets/images/addimg.svg +2 -2
  130. data/assets/images/convert.svg +8 -8
  131. data/assets/images/safevideoconverter.svg +23 -23
  132. data/assets/images/uo.svg +41 -41
  133. data/assets/images/vectorpaint.svg +5 -5
  134. data/assets/instagram.svg +4 -4
  135. data/assets/js/TopScroll.js +8 -8
  136. data/assets/js/adBlocker.js +44 -44
  137. data/assets/js/ads.js +8 -8
  138. data/assets/js/append-div.js +10 -10
  139. data/assets/js/batch.js +229 -229
  140. data/assets/js/calculator-tooltip.js +3 -3
  141. data/assets/js/face-api.js +38064 -38064
  142. data/assets/js/face-detection.js +303 -303
  143. data/assets/js/featureResult.js +42 -42
  144. data/assets/js/frame.js +262 -262
  145. data/assets/js/googledrive.js +155 -155
  146. data/assets/js/homeResult.js +36 -36
  147. data/assets/js/manifest.json +16 -16
  148. data/assets/js/multiselect.js +157 -157
  149. data/assets/js/perspective.min.js +182 -182
  150. data/assets/js/photo-effects.json +84 -84
  151. data/assets/js/redirectResult.js +9 -9
  152. data/assets/js/testing-batch.js +39 -39
  153. data/assets/js/theme.js +44 -44
  154. data/assets/linkdin.svg +4 -4
  155. data/assets/noserverupload.svg +4 -4
  156. data/assets/pdf.svg +20 -20
  157. data/assets/secure.svg +43 -43
  158. data/assets/star.svg +4 -4
  159. data/assets/twitter.svg +4 -4
  160. data/assets/youtube.svg +4 -4
  161. metadata +7 -7
@@ -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 %}
@@ -1,236 +1,236 @@
1
- <head>
2
- {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
3
- dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
4
- dataArr %} {% assign title = dataToShow.TITLE | replace:"$variable",
5
- page.value | default:page.title | default: site.title %} {% assign description
6
- = dataToShow.META | replace:"$variable", page.value | default: page.description | default:
7
- site.description %} {% assign keywords = dataToShow.keywords %} {% assign
8
- favicon = site.favicon %}
9
- {%- assign title = title | split: ' ' -%}
10
- {%- assign newtitle = '' %}
11
- {% for operation in title %}
12
- {%- if forloop.first -%}
13
- {% assign word = operation | capitalize %}
14
- {% assign newtitle = newtitle | append : word %}
15
- {% assign newtitle = newtitle | append : " " %}
16
- {%- else -%}
17
- {% assign word = operation %}
18
- {%- if forloop.last -%}
19
- {% assign newtitle = newtitle | append : word %}
20
- {%- else -%}
21
- {% assign newtitle = newtitle | append : word %}
22
- {% assign newtitle = newtitle | append : " " %}
23
- {%- endif -%}
24
- {%- endif -%}
25
- {% endfor %}
26
- {%- assign description = description | split: ' ' -%}
27
- {% assign pagedescription = '' %}
28
- {% for operation in description %}
29
- {%- if forloop.first -%}
30
- {% assign word = operation | capitalize %}
31
- {% assign pagedescription = pagedescription | append : word %}
32
- {% assign pagedescription = pagedescription | append : " " %}
33
- {%- else -%}
34
- {% assign word = operation %}
35
- {%- if forloop.last -%}
36
- {% assign pagedescription = pagedescription | append : word %}
37
- {%- else -%}
38
- {% assign pagedescription = pagedescription | append : word %}
39
- {% assign pagedescription = pagedescription | append : " " %}
40
- {%- endif -%}
41
- {%- endif -%}
42
- {% endfor %}
43
- {%- assign title = newtitle -%}
44
- {%- assign description = pagedescription-%}
45
- <meta charset="utf-8" />
46
- <link rel="shortcut icon" href="{{favicon}}" />
47
- <meta name="viewport" content="width=device-width" />
48
- {%- if page.layout == "aboutUs" -%}
49
- <title>{{site.name}} - About us | {{title}}</title>
50
- {% elsif page.layout == "termAndCondition" %}
51
- <title>{{site.name}} - Terms and conditions | {{title}}</title>
52
- {% elsif page.layout == "disclaimer" %}
53
- <title>{{site.name}} - Disclaimer | {{title}}</title>
54
- {% elsif page.layout == "privacyPolicy" %}
55
- <title>{{site.name}} - Privacy policy | {{title}}</title>
56
- {% elsif page.layout == "contactUs" %}
57
- <title>{{site.name}} - Contact | {{title}}</title>
58
- {% elsif page.layout == "help" %}
59
- <title>{{site.name}} - Help | {{title}}</title>
60
- {%- else -%}
61
-
62
- <title>{{newtitle}}</title>
63
- {%- endif -%}
64
- {%- if dataToShow.keywords -%}
65
- <meta name="keywords" content="{{keywords}}" />
66
- {%- endif -%}
67
- {%- if page.layout == "aboutUs" -%}
68
- <meta name="description" content="{{site.name}} - About us | {{description}}" />
69
- {% elsif page.layout == "termAndCondition" %}
70
- <meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
71
- {% elsif page.layout == "disclaimer" %}
72
- <meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
73
- {% elsif page.layout == "privacyPolicy" %}
74
- <meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
75
- {% elsif page.layout == "contactUs" %}
76
- <meta name="description" content="{{site.name}} - Contact | {{description}}" />
77
- {%- else -%}
78
- <meta name="description" content="{{description}}" />
79
- {%- endif -%}
80
- <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
81
- {%- endif -%}>
82
- <link rel="canonical" href="{{site.url | append: page.url}}" />
83
- {%- if dataToShow.css -%}
84
- <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
85
- -%} />
86
- {%- else -%}
87
- <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
88
- endif -%} />
89
- {%- endif -%}
90
- {%- if site.monumetricId -%}
91
- <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
92
- endif -%} />
93
- {%- endif -%}
94
- {%- if page.layout == "calculator" -%}
95
- <link rel="stylesheet" href="/assets/css/calculators.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
96
- {%- endif -%} />
97
- {%- endif -%}
98
- {%- if page.layout == "home-1" -%}
99
- <link rel="stylesheet" href="/assets/css/home-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
100
- endif -%} />
101
- {%- endif -%}
102
- {%- if page.layout == "feature-1" or page.layout == "feature-download" -%}
103
- <link rel="stylesheet" href="/assets/css/feature-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
104
- endif -%} />
105
- {%- endif -%}
106
-
107
- {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
108
- <link rel="stylesheet" href="/assets/css/common.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
109
- endif -%} />
110
- {%- endif -%}
111
- {%- if page.layout == 'imagekit' -%}
112
- <link rel="stylesheet" href="/assets/css/imagekit.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
113
- endif -%} />
114
- {%- endif -%}
115
-
116
- <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
117
- <meta property="og:title" content="{{title}}" />
118
- <meta property="og:description" content="{{description}}" />
119
- <meta property="og:type" content="website" />
120
- <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
121
- <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
122
- <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
123
- <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
124
- <meta data-rh="true" name="twitter:title" content="{{title}}" />
125
- <meta data-rh="true" name="twitter:description" content="{{description}}" />
126
- <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
127
- {% include adsense/adsense.html %} {%- if page.noindex -%}
128
- <meta name="robots" content="noindex" />
129
- {%- endif -%} {%- if site.pwa -%}
130
- <link rel="manifest" href="/assets/js/manifest.json" />
131
- {%- endif -%}
132
- {%- if site.internationalization -%}
133
- {%- include alternates/alternates.html -%}
134
- {%- endif -%}
135
- {% include cssfile/links.html %}
136
- <script type="application/ld+json">
137
- {
138
- "@context": "http://schema.org",
139
- "@type": "Organization",
140
- "url": "{{site.siteurl}}",
141
- "logo": "{{site.siteurl}}{{site.logo}}"
142
- }
143
- </script>
144
- <script type="application/ld+json">
145
- {
146
- "@context": "http://schema.org",
147
- "@type": "WebSite",
148
- "name": "{{site.name}}",
149
- "alternateName": "{{site.alternateName}}",
150
- "url": "{{site.siteurl}}"
151
- }
152
- </script>
153
- {%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
154
- != '' -%}
155
- <script type="application/ld+json">
156
- {
157
- "@context": "http://schema.org",
158
- "@type": "HowTo",
159
- "name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
160
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
161
- "step": [
162
- {%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
163
- {%- if forloop.last == true -%}
164
- { "@type": "HowToStep",
165
- "text": "{{item | replace:'"', "'" }}",
166
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
167
- "url": "{{site.url | append: page.url}}#step{{ forloop.index }}"
168
- }
169
- {%- else -%}
170
- { "@type": "HowToStep",
171
- "text": "{{item | replace:'"', "'" }}",
172
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
173
- "url": "{{site.url | append: page.url}}#step{{ forloop.index}}"
174
- },
175
- {%- endif -%}
176
- {%- endfor -%}
177
- ]
178
- }
179
- </script>
180
- {%- endif -%} {%- endif -%} {%- if dataToShow.FAQ -%} {%- if
181
- dataToShow.FAQ.first.question !='' -%}
182
- <script type="application/ld+json">
183
- {
184
- "@context": "http://schema.org",
185
- "@type": "FAQPage",
186
- "mainEntity": [
187
- {%- for item in dataToShow.FAQ-%}
188
- {%- if forloop.last == true -%}
189
- {"@type": "Question",
190
- "name": "{{item.question | replace:'"', "'" }}",
191
- "acceptedAnswer": {
192
- "@type": "Answer",
193
- "text": "{{item.answer | replace:'"', "'" }}"
194
- }
195
- }
196
- {%- else -%}
197
- {"@type": "Question",
198
- "name": "{{item.question | replace:'"', "'" }}",
199
- "acceptedAnswer": {
200
- "@type": "Answer",
201
- "text": "{{item.answer | replace:'"', "'" }}"
202
- }
203
- },
204
- {%- endif -%}
205
- {%- endfor -%}
206
- ]
207
- }
208
- </script>
209
- {%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
210
- Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
211
- -%} {%- if site.pwa -%}
212
- <script>
213
- if ('serviceWorker' in navigator) {
214
- window.addEventListener('load', () => {
215
- navigator.serviceWorker
216
- .register('/serviceworker.js')
217
- .then((reg) => console.log('Success: ', reg.scope))
218
- .catch((err) => console.log('Failure: ', err))
219
- })
220
- }
221
- </script>
222
- {%- endif -%}
223
- {%- if site.testmode -%}
224
- {%- if page.lang == "hi" -%}
225
- {%- include monumetric/monumetric.html -%}
226
- {%- endif -%}
227
- {%- else -%}
228
- {%- include monumetric/monumetric.html -%}
229
- {%- endif -%}
230
-
231
- {%- include monumetric/ads.html -%}
232
- {%- if page.layout == "feature" or page.layout == "home" -%}
233
- {%- include monumetric/profitablecpmgate.html -%}
234
- {%- endif -%}
235
-
1
+ <head>
2
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
3
+ dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
4
+ dataArr %} {% assign title = dataToShow.TITLE | replace:"$variable",
5
+ page.value | default:page.title | default: site.title %} {% assign description
6
+ = dataToShow.META | replace:"$variable", page.value | default: page.description | default:
7
+ site.description %} {% assign keywords = dataToShow.keywords %} {% assign
8
+ favicon = site.favicon %}
9
+ {%- assign title = title | split: ' ' -%}
10
+ {%- assign newtitle = '' %}
11
+ {% for operation in title %}
12
+ {%- if forloop.first -%}
13
+ {% assign word = operation | capitalize %}
14
+ {% assign newtitle = newtitle | append : word %}
15
+ {% assign newtitle = newtitle | append : " " %}
16
+ {%- else -%}
17
+ {% assign word = operation %}
18
+ {%- if forloop.last -%}
19
+ {% assign newtitle = newtitle | append : word %}
20
+ {%- else -%}
21
+ {% assign newtitle = newtitle | append : word %}
22
+ {% assign newtitle = newtitle | append : " " %}
23
+ {%- endif -%}
24
+ {%- endif -%}
25
+ {% endfor %}
26
+ {%- assign description = description | split: ' ' -%}
27
+ {% assign pagedescription = '' %}
28
+ {% for operation in description %}
29
+ {%- if forloop.first -%}
30
+ {% assign word = operation | capitalize %}
31
+ {% assign pagedescription = pagedescription | append : word %}
32
+ {% assign pagedescription = pagedescription | append : " " %}
33
+ {%- else -%}
34
+ {% assign word = operation %}
35
+ {%- if forloop.last -%}
36
+ {% assign pagedescription = pagedescription | append : word %}
37
+ {%- else -%}
38
+ {% assign pagedescription = pagedescription | append : word %}
39
+ {% assign pagedescription = pagedescription | append : " " %}
40
+ {%- endif -%}
41
+ {%- endif -%}
42
+ {% endfor %}
43
+ {%- assign title = newtitle -%}
44
+ {%- assign description = pagedescription-%}
45
+ <meta charset="utf-8" />
46
+ <link rel="shortcut icon" href="{{favicon}}" />
47
+ <meta name="viewport" content="width=device-width" />
48
+ {%- if page.layout == "aboutUs" -%}
49
+ <title>{{site.name}} - About us | {{title}}</title>
50
+ {% elsif page.layout == "termAndCondition" %}
51
+ <title>{{site.name}} - Terms and conditions | {{title}}</title>
52
+ {% elsif page.layout == "disclaimer" %}
53
+ <title>{{site.name}} - Disclaimer | {{title}}</title>
54
+ {% elsif page.layout == "privacyPolicy" %}
55
+ <title>{{site.name}} - Privacy policy | {{title}}</title>
56
+ {% elsif page.layout == "contactUs" %}
57
+ <title>{{site.name}} - Contact | {{title}}</title>
58
+ {% elsif page.layout == "help" %}
59
+ <title>{{site.name}} - Help | {{title}}</title>
60
+ {%- else -%}
61
+
62
+ <title>{{newtitle}}</title>
63
+ {%- endif -%}
64
+ {%- if dataToShow.keywords -%}
65
+ <meta name="keywords" content="{{keywords}}" />
66
+ {%- endif -%}
67
+ {%- if page.layout == "aboutUs" -%}
68
+ <meta name="description" content="{{site.name}} - About us | {{description}}" />
69
+ {% elsif page.layout == "termAndCondition" %}
70
+ <meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
71
+ {% elsif page.layout == "disclaimer" %}
72
+ <meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
73
+ {% elsif page.layout == "privacyPolicy" %}
74
+ <meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
75
+ {% elsif page.layout == "contactUs" %}
76
+ <meta name="description" content="{{site.name}} - Contact | {{description}}" />
77
+ {%- else -%}
78
+ <meta name="description" content="{{description}}" />
79
+ {%- endif -%}
80
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
81
+ {%- endif -%}>
82
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
83
+ {%- if dataToShow.css -%}
84
+ <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
85
+ -%} />
86
+ {%- else -%}
87
+ <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
88
+ endif -%} />
89
+ {%- endif -%}
90
+ {%- if site.monumetricId -%}
91
+ <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
92
+ endif -%} />
93
+ {%- endif -%}
94
+ {%- if page.layout == "calculator" -%}
95
+ <link rel="stylesheet" href="/assets/css/calculators.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
96
+ {%- endif -%} />
97
+ {%- endif -%}
98
+ {%- if page.layout == "home-1" -%}
99
+ <link rel="stylesheet" href="/assets/css/home-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
100
+ endif -%} />
101
+ {%- endif -%}
102
+ {%- if page.layout == "feature-1" or page.layout == "feature-download" -%}
103
+ <link rel="stylesheet" href="/assets/css/feature-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
104
+ endif -%} />
105
+ {%- endif -%}
106
+
107
+ {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
108
+ <link rel="stylesheet" href="/assets/css/common.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
109
+ endif -%} />
110
+ {%- endif -%}
111
+ {%- if page.layout == 'imagekit' -%}
112
+ <link rel="stylesheet" href="/assets/css/imagekit.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
113
+ endif -%} />
114
+ {%- endif -%}
115
+
116
+ <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
117
+ <meta property="og:title" content="{{title}}" />
118
+ <meta property="og:description" content="{{description}}" />
119
+ <meta property="og:type" content="website" />
120
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
121
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
122
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
123
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
124
+ <meta data-rh="true" name="twitter:title" content="{{title}}" />
125
+ <meta data-rh="true" name="twitter:description" content="{{description}}" />
126
+ <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
127
+ {% include adsense/adsense.html %} {%- if page.noindex -%}
128
+ <meta name="robots" content="noindex" />
129
+ {%- endif -%} {%- if site.pwa -%}
130
+ <link rel="manifest" href="/assets/js/manifest.json" />
131
+ {%- endif -%}
132
+ {%- if site.internationalization -%}
133
+ {%- include alternates/alternates.html -%}
134
+ {%- endif -%}
135
+ {% include cssfile/links.html %}
136
+ <script type="application/ld+json">
137
+ {
138
+ "@context": "http://schema.org",
139
+ "@type": "Organization",
140
+ "url": "{{site.siteurl}}",
141
+ "logo": "{{site.siteurl}}{{site.logo}}"
142
+ }
143
+ </script>
144
+ <script type="application/ld+json">
145
+ {
146
+ "@context": "http://schema.org",
147
+ "@type": "WebSite",
148
+ "name": "{{site.name}}",
149
+ "alternateName": "{{site.alternateName}}",
150
+ "url": "{{site.siteurl}}"
151
+ }
152
+ </script>
153
+ {%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
154
+ != '' -%}
155
+ <script type="application/ld+json">
156
+ {
157
+ "@context": "http://schema.org",
158
+ "@type": "HowTo",
159
+ "name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
160
+ "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
161
+ "step": [
162
+ {%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
163
+ {%- if forloop.last == true -%}
164
+ { "@type": "HowToStep",
165
+ "text": "{{item | replace:'"', "'" }}",
166
+ "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
167
+ "url": "{{site.url | append: page.url}}#step{{ forloop.index }}"
168
+ }
169
+ {%- else -%}
170
+ { "@type": "HowToStep",
171
+ "text": "{{item | replace:'"', "'" }}",
172
+ "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
173
+ "url": "{{site.url | append: page.url}}#step{{ forloop.index}}"
174
+ },
175
+ {%- endif -%}
176
+ {%- endfor -%}
177
+ ]
178
+ }
179
+ </script>
180
+ {%- endif -%} {%- endif -%} {%- if dataToShow.FAQ -%} {%- if
181
+ dataToShow.FAQ.first.question !='' -%}
182
+ <script type="application/ld+json">
183
+ {
184
+ "@context": "http://schema.org",
185
+ "@type": "FAQPage",
186
+ "mainEntity": [
187
+ {%- for item in dataToShow.FAQ-%}
188
+ {%- if forloop.last == true -%}
189
+ {"@type": "Question",
190
+ "name": "{{item.question | replace:'"', "'" }}",
191
+ "acceptedAnswer": {
192
+ "@type": "Answer",
193
+ "text": "{{item.answer | replace:'"', "'" }}"
194
+ }
195
+ }
196
+ {%- else -%}
197
+ {"@type": "Question",
198
+ "name": "{{item.question | replace:'"', "'" }}",
199
+ "acceptedAnswer": {
200
+ "@type": "Answer",
201
+ "text": "{{item.answer | replace:'"', "'" }}"
202
+ }
203
+ },
204
+ {%- endif -%}
205
+ {%- endfor -%}
206
+ ]
207
+ }
208
+ </script>
209
+ {%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
210
+ Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
211
+ -%} {%- if site.pwa -%}
212
+ <script>
213
+ if ('serviceWorker' in navigator) {
214
+ window.addEventListener('load', () => {
215
+ navigator.serviceWorker
216
+ .register('/serviceworker.js')
217
+ .then((reg) => console.log('Success: ', reg.scope))
218
+ .catch((err) => console.log('Failure: ', err))
219
+ })
220
+ }
221
+ </script>
222
+ {%- endif -%}
223
+ {%- if site.testmode -%}
224
+ {%- if page.lang == "hi" -%}
225
+ {%- include monumetric/monumetric.html -%}
226
+ {%- endif -%}
227
+ {%- else -%}
228
+ {%- include monumetric/monumetric.html -%}
229
+ {%- endif -%}
230
+
231
+ {%- include monumetric/ads.html -%}
232
+ {%- if page.layout == "feature" or page.layout == "home" -%}
233
+ {%- include monumetric/profitablecpmgate.html -%}
234
+ {%- endif -%}
235
+
236
236
  </head>
@@ -1,35 +1,35 @@
1
- <header id="header">
2
- {%- if page.layout == 'blog-1' or page.layout == "post" -%}
3
- <nav class="navbar navbar-expand-lg navbar-dark py-3"
4
- style="box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%); background-color: white;">
5
- {%- else -%}
6
- <nav class="navbar navbar-expand-lg navbar-dark py-3" style="background-color: white">
7
- {%- endif -%}
8
- {%- assign navbar = site.data.blog.nav -%}
9
- {% if navbar.navbarBrandText != "" %}
10
- <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
11
-
12
- {% else %}
13
- <a href="/">
14
- <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}"
15
- alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image" {%-
16
- if site.crossorigin -%} crossorigin {%- endif -%}>
17
-
18
- </a>
19
- {% endif %}
20
-
21
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
22
- <i class="fas fa-bars fa-2x" style="color:#000"></i>
23
- </button>
24
-
25
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
26
- <ul class="navbar-nav ml-auto">
27
- {%- for item in site.data.blog.nav.navItems -%}
28
- <li class="nav-item">
29
- <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
30
- </li>
31
- {% endfor %}
32
- </ul>
33
- </div>
34
- </nav>
1
+ <header id="header">
2
+ {%- if page.layout == 'blog-1' or page.layout == "post" -%}
3
+ <nav class="navbar navbar-expand-lg navbar-dark py-3"
4
+ style="box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%); background-color: white;">
5
+ {%- else -%}
6
+ <nav class="navbar navbar-expand-lg navbar-dark py-3" style="background-color: white">
7
+ {%- endif -%}
8
+ {%- assign navbar = site.data.blog.nav -%}
9
+ {% if navbar.navbarBrandText != "" %}
10
+ <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
11
+
12
+ {% else %}
13
+ <a href="/">
14
+ <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}"
15
+ alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image" {%-
16
+ if site.crossorigin -%} crossorigin {%- endif -%}>
17
+
18
+ </a>
19
+ {% endif %}
20
+
21
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
22
+ <i class="fas fa-bars fa-2x" style="color:#000"></i>
23
+ </button>
24
+
25
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
26
+ <ul class="navbar-nav ml-auto">
27
+ {%- for item in site.data.blog.nav.navItems -%}
28
+ <li class="nav-item">
29
+ <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
30
+ </li>
31
+ {% endfor %}
32
+ </ul>
33
+ </div>
34
+ </nav>
35
35
  </header>