appscms-tools-theme 5.1.7 → 5.1.8
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/.DS_Store +0 -0
- data/_data/home/.DS_Store +0 -0
- data/_data/home/en/ens.json +143 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/scripts/script.html +3 -2
- data/_includes/script.html +159 -93
- data/_layouts/content-tool-ai copy.html +261 -0
- data/_layouts/content-tool-ai-2.html +353 -0
- data/_layouts/content-tool-ai.html +272 -231
- data/assets/.DS_Store +0 -0
- data/assets/css/content-tool-ai.css +1 -1
- data/assets/js/appscms-login.js +32 -133
- data/assets/js/blog-topic-ideas.js +57 -0
- data/assets/js/human-written-blog-post.js +57 -0
- data/assets/js/instagram-caption.js +57 -0
- data/assets/js/instagram-hashtag-generator.js +10 -0
- data/assets/js/instagram-name-generator.js +61 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8a909b4e8777e2cb04570b5bf4afb6f11acd31c71285a3cb818ea345326504a
|
4
|
+
data.tar.gz: 33184c45b806298b42d2487e944aa9f554b2e2fc41c46eafb9acc1e6a403d3e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4292aa1c7008cce9e384ba0e7e2e1c57872c266c99acb82ed279c1892254ccf0ae51def067b16d385f929281af2fd8627f2cfeb7aa7c270a4beacec3835dbbd
|
7
|
+
data.tar.gz: 25e4cc2ea55712a241ac9fdf983f9082c3a0c317c2ad04a9d50460f8ceb1a2caa77e6a32681a68bfd524d6264ecbca58f712b18afa4cafc6ac13403a25f751c0
|
data/_data/.DS_Store
CHANGED
Binary file
|
data/_data/home/.DS_Store
CHANGED
Binary file
|
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
"Language": "English",
|
3
|
+
"htmlLangAtt": "en",
|
4
|
+
"h1": "Twitter Post",
|
5
|
+
"h2": "Generate tweets that resonate with your audience, tailored to your topic and preferred style.",
|
6
|
+
"TITLE": "Twitter Post",
|
7
|
+
"META": "",
|
8
|
+
"inputs": [
|
9
|
+
{
|
10
|
+
"label": "What is the topic you wish the tweet to be about?",
|
11
|
+
"name": "input0",
|
12
|
+
"type": "text",
|
13
|
+
"placeholder": "Specify the topic of your tweet.",
|
14
|
+
"options": []
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"label": "What mood do you want to convey in the tweet?",
|
18
|
+
"name": "input1",
|
19
|
+
"type": "select",
|
20
|
+
"placeholder": "",
|
21
|
+
"options": [
|
22
|
+
"Informative",
|
23
|
+
"Humorous",
|
24
|
+
"Inspirational",
|
25
|
+
"Thought-Provoking",
|
26
|
+
"Conversational",
|
27
|
+
"Formal",
|
28
|
+
"Casual",
|
29
|
+
"Motivational",
|
30
|
+
"Sarcastic",
|
31
|
+
"Nostalgic",
|
32
|
+
"Playful",
|
33
|
+
"Poetic",
|
34
|
+
"Satirical",
|
35
|
+
"Passionate",
|
36
|
+
"Uplifting",
|
37
|
+
"Empowering",
|
38
|
+
"Supportive",
|
39
|
+
"Mysterious",
|
40
|
+
"Challenging",
|
41
|
+
"Celebratory",
|
42
|
+
"Romantic",
|
43
|
+
"Heartfelt",
|
44
|
+
"Curious",
|
45
|
+
"Bold",
|
46
|
+
"Adventurous"
|
47
|
+
]
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"label": "Who is your Target Audience?",
|
51
|
+
"name": "input2",
|
52
|
+
"type": "text",
|
53
|
+
"placeholder": "Define your target audience for the tweet.",
|
54
|
+
"options": []
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"advancedInputs": [
|
58
|
+
{
|
59
|
+
"label": "Language",
|
60
|
+
"name": "language",
|
61
|
+
"type": "select",
|
62
|
+
"placeholder": "",
|
63
|
+
"options": [
|
64
|
+
"English (US)",
|
65
|
+
"English (UK)",
|
66
|
+
"French",
|
67
|
+
"Spanish",
|
68
|
+
"German",
|
69
|
+
"Italian",
|
70
|
+
"Dutch",
|
71
|
+
"Arabic",
|
72
|
+
"Portuguese",
|
73
|
+
"Portuguese (BR)",
|
74
|
+
"Swedish",
|
75
|
+
"Norwegian",
|
76
|
+
"Danish",
|
77
|
+
"Finnish",
|
78
|
+
"Romanian",
|
79
|
+
"Czech",
|
80
|
+
"Slovak",
|
81
|
+
"Slovenian",
|
82
|
+
"Hungarian",
|
83
|
+
"Hebrew",
|
84
|
+
"Polish",
|
85
|
+
"Turkish",
|
86
|
+
"Russian",
|
87
|
+
"Hindi",
|
88
|
+
"Thai",
|
89
|
+
"Japonese",
|
90
|
+
"Chinese (Simplified)",
|
91
|
+
"Korean",
|
92
|
+
"Indonesian",
|
93
|
+
"Greek",
|
94
|
+
"Bulgarian",
|
95
|
+
"Ukrainian",
|
96
|
+
"Estonian",
|
97
|
+
"Latvian",
|
98
|
+
"Lithuanian",
|
99
|
+
"Croatian",
|
100
|
+
"Serbian",
|
101
|
+
"Bosnian",
|
102
|
+
"Macedonian",
|
103
|
+
"Albanian",
|
104
|
+
"Vietnamese"
|
105
|
+
]
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"label": "Tone of voice",
|
109
|
+
"name": "tone",
|
110
|
+
"type": "select",
|
111
|
+
"placeholder": "",
|
112
|
+
"options": [
|
113
|
+
"Formal",
|
114
|
+
"Professional",
|
115
|
+
"Confident",
|
116
|
+
"Persuasive",
|
117
|
+
"Authoritative",
|
118
|
+
"Friendly",
|
119
|
+
"Empathetic",
|
120
|
+
"Serious",
|
121
|
+
"Sympathetic",
|
122
|
+
"Informal",
|
123
|
+
"Warm",
|
124
|
+
"Emotional",
|
125
|
+
"Optimistic",
|
126
|
+
"Playful",
|
127
|
+
"Humorous",
|
128
|
+
"Witty",
|
129
|
+
"Ironic",
|
130
|
+
"Sarcastic",
|
131
|
+
"Pessimistic",
|
132
|
+
"Cynical",
|
133
|
+
"Tentative",
|
134
|
+
"Adventurous",
|
135
|
+
"Bold",
|
136
|
+
"Cold",
|
137
|
+
"Relaxed",
|
138
|
+
"Luxury",
|
139
|
+
"Clinical"
|
140
|
+
]
|
141
|
+
}
|
142
|
+
]
|
143
|
+
}
|
data/_includes/.DS_Store
CHANGED
Binary file
|
data/_includes/appscms/.DS_Store
CHANGED
Binary file
|
@@ -30,14 +30,15 @@ page.layout == "contenttool-home" -%}
|
|
30
30
|
src="/assets/js/appscms-search-home1.js"
|
31
31
|
crossorigin="anonymous"
|
32
32
|
></script>
|
33
|
-
{%- endif -%} {%- endif -%}
|
34
|
-
|
33
|
+
{%- endif -%} {%- endif -%} {%- if page.layout != "content-tool-ai" -%}
|
35
34
|
<script
|
36
35
|
data-lang="{{page.lang}}"
|
37
36
|
defer
|
38
37
|
src="/assets/js/appscms-theme.js"
|
39
38
|
crossorigin="anonymous"
|
40
39
|
></script>
|
40
|
+
{%- endif -%}
|
41
|
+
|
41
42
|
<script defer src="/assets/js/appscms-infographics.js"></script>
|
42
43
|
|
43
44
|
{%- if site.userTrackingCount -%} {%- include customScripts.html -%} {%- endif
|
data/_includes/script.html
CHANGED
@@ -32,8 +32,8 @@
|
|
32
32
|
var n = Object.create(null);
|
33
33
|
if (
|
34
34
|
(o.r(n),
|
35
|
-
|
36
|
-
|
35
|
+
Object.defineProperty(n, "default", { enumerable: !0, value: r }),
|
36
|
+
2 & e && "string" != typeof r)
|
37
37
|
)
|
38
38
|
for (var t in r)
|
39
39
|
o.d(
|
@@ -49,11 +49,11 @@
|
|
49
49
|
var e =
|
50
50
|
r && r.__esModule
|
51
51
|
? function () {
|
52
|
-
|
53
|
-
|
52
|
+
return r.default;
|
53
|
+
}
|
54
54
|
: function () {
|
55
|
-
|
56
|
-
|
55
|
+
return r;
|
56
|
+
};
|
57
57
|
return o.d(e, "a", e), e;
|
58
58
|
}),
|
59
59
|
(o.o = function (r, e) {
|
@@ -88,7 +88,7 @@
|
|
88
88
|
} catch (r) {
|
89
89
|
try {
|
90
90
|
console.error("[Rollbar]: Internal error", r);
|
91
|
-
} catch (r) {
|
91
|
+
} catch (r) {}
|
92
92
|
}
|
93
93
|
};
|
94
94
|
}
|
@@ -100,8 +100,8 @@
|
|
100
100
|
return o;
|
101
101
|
}),
|
102
102
|
"undefined" != typeof window &&
|
103
|
-
|
104
|
-
|
103
|
+
window._rollbarShims &&
|
104
|
+
(window._rollbarShims[o] = { handler: e, messages: [] });
|
105
105
|
}
|
106
106
|
var s = o(4),
|
107
107
|
d = function (r, e) {
|
@@ -139,14 +139,14 @@
|
|
139
139
|
i.onload = i.onreadystatechange = null;
|
140
140
|
try {
|
141
141
|
d.removeChild(i);
|
142
|
-
} catch (r) {
|
142
|
+
} catch (r) {}
|
143
143
|
(l = !0),
|
144
144
|
(function () {
|
145
145
|
var e;
|
146
146
|
if (void 0 === r._rollbarDidLoad) {
|
147
147
|
e = new Error("rollbar.js did not load");
|
148
|
-
for (var o, n, a, l, i = 0; (o = r._rollbarShims[i++]);)
|
149
|
-
for (o = o.messages || []; (n = o.shift());)
|
148
|
+
for (var o, n, a, l, i = 0; (o = r._rollbarShims[i++]); )
|
149
|
+
for (o = o.messages || []; (n = o.shift()); )
|
150
150
|
for (a = n.args || [], i = 0; i < a.length; ++i)
|
151
151
|
if ("function" == typeof (l = a[i])) {
|
152
152
|
l(e);
|
@@ -167,9 +167,9 @@
|
|
167
167
|
"function" == typeof e
|
168
168
|
? e
|
169
169
|
: function () {
|
170
|
-
|
171
|
-
|
172
|
-
|
170
|
+
return e || {};
|
171
|
+
}),
|
172
|
+
"function" != typeof r)
|
173
173
|
)
|
174
174
|
return r;
|
175
175
|
if (r._isWrap) return r;
|
@@ -184,15 +184,15 @@
|
|
184
184
|
throw (
|
185
185
|
(e &&
|
186
186
|
("string" == typeof e && (e = new String(e)),
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
187
|
+
(e._rollbarContext = n() || {}),
|
188
|
+
(e._rollbarContext._wrappedSource = r.toString()),
|
189
|
+
(window._rollbarWrappedError = e)),
|
190
|
+
e)
|
191
191
|
);
|
192
192
|
}
|
193
193
|
}),
|
194
|
-
|
195
|
-
|
194
|
+
(r._rollbar_wrapped._isWrap = !0),
|
195
|
+
r.hasOwnProperty)
|
196
196
|
)
|
197
197
|
for (var t in r)
|
198
198
|
r.hasOwnProperty(t) && (r._rollbar_wrapped[t] = r[t]);
|
@@ -203,10 +203,10 @@
|
|
203
203
|
});
|
204
204
|
for (
|
205
205
|
var p =
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
206
|
+
"log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,captureEvent,captureDomContentLoaded,captureLoad".split(
|
207
|
+
","
|
208
|
+
),
|
209
|
+
f = 0;
|
210
210
|
f < p.length;
|
211
211
|
++f
|
212
212
|
)
|
@@ -221,23 +221,23 @@
|
|
221
221
|
return a(function () {
|
222
222
|
e.captureUncaught &&
|
223
223
|
((l._rollbarOldOnError = r.onerror),
|
224
|
-
|
225
|
-
|
224
|
+
n.captureUncaughtExceptions(r, l, !0),
|
225
|
+
e.wrapGlobalEventHandlers && t(r, l, !0)),
|
226
226
|
e.captureUnhandledRejections &&
|
227
|
-
|
227
|
+
n.captureUnhandledRejections(r, l, !0);
|
228
228
|
var a = e.autoInstrument;
|
229
229
|
return (
|
230
230
|
!1 !== e.enabled &&
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
231
|
+
(void 0 === a ||
|
232
|
+
!0 === a ||
|
233
|
+
(function (r) {
|
234
|
+
return !(
|
235
|
+
"object" != typeof r ||
|
236
|
+
(void 0 !== r.page && !r.page)
|
237
|
+
);
|
238
|
+
})(a)) &&
|
239
|
+
r.addEventListener &&
|
240
|
+
(r.addEventListener("load", l.captureLoad.bind(l)),
|
241
241
|
r.addEventListener(
|
242
242
|
"DOMContentLoaded",
|
243
243
|
l.captureDomContentLoaded.bind(l)
|
@@ -256,8 +256,8 @@
|
|
256
256
|
function n(r, e, o, n) {
|
257
257
|
r._rollbarWrappedError &&
|
258
258
|
(n[4] || (n[4] = r._rollbarWrappedError),
|
259
|
-
|
260
|
-
|
259
|
+
n[5] || (n[5] = r._rollbarWrappedError._rollbarContext),
|
260
|
+
(r._rollbarWrappedError = null));
|
261
261
|
var t = e.handleUncaughtException.apply(e, n);
|
262
262
|
o && o.apply(r, n),
|
263
263
|
"anonymous" === t && (e.anonymousErrorsPending += 1);
|
@@ -269,7 +269,7 @@
|
|
269
269
|
if ("function" == typeof e._rollbarOldOnError)
|
270
270
|
t = e._rollbarOldOnError;
|
271
271
|
else if (r.onerror) {
|
272
|
-
for (t = r.onerror; t._rollbarOldOnError;)
|
272
|
+
for (t = r.onerror; t._rollbarOldOnError; )
|
273
273
|
t = t._rollbarOldOnError;
|
274
274
|
e._rollbarOldOnError = t;
|
275
275
|
}
|
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
try {
|
302
302
|
(t = r.detail), !o && t && ((o = t.reason), (n = t.promise));
|
303
|
-
} catch (r) {
|
303
|
+
} catch (r) {}
|
304
304
|
o ||
|
305
305
|
(o = "[unhandledrejection] error getting `reason` from event"),
|
306
306
|
e &&
|
307
|
-
|
308
|
-
|
307
|
+
e.handleUnhandledRejection &&
|
308
|
+
e.handleUnhandledRejection(o, n);
|
309
309
|
};
|
310
310
|
(n.belongsToShim = o),
|
311
311
|
(r._rollbarURH = n),
|
@@ -365,16 +365,16 @@
|
|
365
365
|
(function (r) {
|
366
366
|
for (
|
367
367
|
var e = function (r) {
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
368
|
+
return function () {
|
369
|
+
var e = Array.prototype.slice.call(arguments, 0);
|
370
|
+
if (this.impl[r]) return this.impl[r].apply(this.impl, e);
|
371
|
+
};
|
372
|
+
},
|
373
|
+
o =
|
374
|
+
"log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,_createItem,wrap,loadFull,shimId,captureEvent,captureDomContentLoaded,captureLoad".split(
|
375
|
+
","
|
376
|
+
),
|
377
|
+
n = 0;
|
378
378
|
n < o.length;
|
379
379
|
n++
|
380
380
|
)
|
@@ -383,14 +383,14 @@
|
|
383
383
|
}
|
384
384
|
(n.prototype._swapAndProcessMessages = function (r, e) {
|
385
385
|
var o, n, t;
|
386
|
-
for (this.impl = r(this.options); (o = e.shift());)
|
386
|
+
for (this.impl = r(this.options); (o = e.shift()); )
|
387
387
|
(n = o.method),
|
388
388
|
(t = o.args),
|
389
389
|
this[n] &&
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
390
|
+
"function" == typeof this[n] &&
|
391
|
+
("captureDomContentLoaded" === n || "captureLoad" === n
|
392
|
+
? this[n].apply(this, [t[0], o.ts])
|
393
|
+
: this[n].apply(this, t));
|
394
394
|
return this;
|
395
395
|
}),
|
396
396
|
(r.exports = n);
|
@@ -402,13 +402,13 @@
|
|
402
402
|
if (!e && !window._rollbarInitialized) {
|
403
403
|
for (
|
404
404
|
var o,
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
405
|
+
n,
|
406
|
+
t = (r = r || {}).globalAlias || "Rollbar",
|
407
|
+
a = window.rollbar,
|
408
|
+
l = function (r) {
|
409
|
+
return new a(r);
|
410
|
+
},
|
411
|
+
i = 0;
|
412
412
|
(o = window._rollbarShims[i++]);
|
413
413
|
|
414
414
|
)
|
@@ -426,35 +426,101 @@ site.data.[page.folderName][lang][file] %} {%- assign dataAtt =
|
|
426
426
|
"data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName'
|
427
427
|
data-tool='$tool'" -%} {%- assign $folderName = '$folderName' -%} {%- if
|
428
428
|
site.removeJquery != true -%}
|
429
|
-
<script
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
-%}
|
429
|
+
<script
|
430
|
+
defer
|
431
|
+
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
|
432
|
+
{%-
|
433
|
+
if
|
434
|
+
site.crossorigin
|
435
|
+
-%}
|
436
|
+
{{
|
437
|
+
}}
|
438
|
+
crossorigin
|
439
|
+
{%-
|
440
|
+
endif
|
441
|
+
-%}
|
442
|
+
></script>
|
443
|
+
{%- endif -%} {%- if page.layout == "content-tool-ai" -%} {%- else -%}
|
444
|
+
<script
|
445
|
+
defer
|
446
|
+
src="/assets/js/appscms-theme.js"
|
447
|
+
crossorigin="anonymous"
|
448
|
+
></script>
|
449
|
+
{%- endif -%} {%- if site.userTrackingCount -%} {%- include customScripts.html
|
450
|
+
-%} {%- endif -%} {%- if site.userTrackingCount and page.layout == "feature" -%}
|
436
451
|
<script defer src="/assets/js/usageTracking.js"></script>
|
437
452
|
<script defer src="/assets/js/usageTrackingEvents.js"></script>
|
438
453
|
<script defer src="/assets/js/sharePage.js"></script>
|
439
454
|
{%- endif -%} {%- if site.removeBootstrapJs != true -%}
|
440
|
-
<script
|
441
|
-
|
455
|
+
<script
|
456
|
+
defer="defer"
|
457
|
+
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
458
|
+
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
459
|
+
crossorigin="anonymous"
|
460
|
+
></script>
|
442
461
|
{%- endif -%} {{site.data.customcdns.customcdns.jsfiles}} {%- if
|
443
462
|
scriptData.jsfilepaths -%} {%- for path in scriptData.jsfilepaths -%} {%- assign
|
444
463
|
asset_dir = path -%} {%- if site.versioning and asset_dir != "" -%} {%- if
|
445
464
|
asset_dir contains "https" and asset_dir contains "https://" -%}
|
446
|
-
<script
|
447
|
-
|
448
|
-
|
465
|
+
<script
|
466
|
+
defer
|
467
|
+
src="{{path}}"
|
468
|
+
data-folderName="{{page.folderName}}"
|
469
|
+
data-lang="{{page.lang}}"
|
470
|
+
data-fileName="{{page.fileName}}"
|
471
|
+
data-tool="{{page.tool}}"
|
472
|
+
data-permalink="{{page.permalink}}"
|
473
|
+
{%-
|
474
|
+
if
|
475
|
+
site.crossorigin
|
476
|
+
-%}
|
477
|
+
{{
|
478
|
+
}}
|
479
|
+
crossorigin
|
480
|
+
{%-
|
481
|
+
endif
|
482
|
+
-%}
|
483
|
+
></script>
|
449
484
|
{%- else -%}
|
450
|
-
<script
|
451
|
-
|
452
|
-
|
453
|
-
|
485
|
+
<script
|
486
|
+
defer
|
487
|
+
src="{% ministamp { source_path: '{{ asset_dir }}', destination_path: '{{ asset_dir }}' } %}"
|
488
|
+
data-folderName="{{page.folderName}}"
|
489
|
+
data-lang="{{page.lang}}"
|
490
|
+
data-fileName="{{page.fileName}}"
|
491
|
+
data-tool="{{page.tool}}"
|
492
|
+
data-permalink="{{page.permalink}}"
|
493
|
+
{%-
|
494
|
+
if
|
495
|
+
site.crossorigin
|
496
|
+
-%}
|
497
|
+
{{
|
498
|
+
}}
|
499
|
+
crossorigin
|
500
|
+
{%-
|
501
|
+
endif
|
502
|
+
-%}
|
503
|
+
></script>
|
454
504
|
{%- endif -%} {%- else -%}
|
455
|
-
<script
|
456
|
-
|
457
|
-
|
505
|
+
<script
|
506
|
+
defer
|
507
|
+
src="{{path}}"
|
508
|
+
data-folderName="{{page.folderName}}"
|
509
|
+
data-lang="{{page.lang}}"
|
510
|
+
data-fileName="{{page.fileName}}"
|
511
|
+
data-tool="{{page.tool}}"
|
512
|
+
data-permalink="{{page.permalink}}"
|
513
|
+
{%-
|
514
|
+
if
|
515
|
+
site.crossorigin
|
516
|
+
-%}
|
517
|
+
{{
|
518
|
+
}}
|
519
|
+
crossorigin
|
520
|
+
{%-
|
521
|
+
endif
|
522
|
+
-%}
|
523
|
+
></script>
|
458
524
|
{%- endif -%} {%- endfor -%} {%- endif -%} {%- if scriptData.jscdns -%} {%- for
|
459
525
|
item in scriptData.jscdns -%} {{item | replace:"$folderName", page.folderName |
|
460
526
|
replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
|
@@ -466,13 +532,14 @@ page.layout == "calculator" -%}
|
|
466
532
|
{%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
|
467
533
|
{%- assign font = "Inter" -%} {%- endif -%} {%- if site.removeFontAwesome !=
|
468
534
|
true -%}
|
469
|
-
<link
|
535
|
+
<link
|
536
|
+
rel="stylesheet"
|
537
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
470
538
|
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
|
471
|
-
crossorigin="anonymous"
|
472
|
-
|
473
|
-
|
474
|
-
{%- if site.bookmark -%}
|
475
|
-
{%- if page.layout == "feature" -%}
|
539
|
+
crossorigin="anonymous"
|
540
|
+
referrerpolicy="no-referrer"
|
541
|
+
/>
|
542
|
+
{%- endif -%} {%- if site.bookmark -%} {%- if page.layout == "feature" -%}
|
476
543
|
<script>
|
477
544
|
const toaster = document.querySelector(".toaster");
|
478
545
|
if (
|
@@ -490,5 +557,4 @@ true -%}
|
|
490
557
|
toaster.style.display = "none";
|
491
558
|
}, 20000);
|
492
559
|
</script>
|
493
|
-
{%- endif -%}
|
494
|
-
{%- endif -%}
|
560
|
+
{%- endif -%} {%- endif -%}
|