appscms-tools-theme 4.0.2 → 4.0.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 (107) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +13 -13
  4. data/_data/blog/relatedblogs.json +6932 -6932
  5. data/_data/download/en/download.json +73 -73
  6. data/_data/feature/en/3_shop_posters.json +361 -361
  7. data/_data/feature/en/allele-frequency.json +321 -321
  8. data/_data/feature/en/batch-conversion.json +153 -153
  9. data/_data/feature/en/compress-pdf.json +308 -308
  10. data/_data/feature/en/devtools.json +299 -299
  11. data/_data/feature/en/face-detection.json +123 -123
  12. data/_data/feature/en/split-pdf.json +176 -176
  13. data/_data/feature/en/theframe.json +126 -126
  14. data/_data/feature/hi/compress-pdf.json +162 -162
  15. data/_data/feature/tr/compress-pdf.json +161 -161
  16. data/_data/footer/en/data.json +167 -167
  17. data/_data/header/en/data.json +174 -174
  18. data/_data/home/en/en.json +381 -381
  19. data/_data/home/en/photoeffects.json +97 -97
  20. data/_data/home/en/posters.json +322 -322
  21. data/_data/home-1/en/en.json +308 -308
  22. data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
  23. data/_includes/appscms/customblog/recentposts.html +67 -67
  24. data/_includes/appscms/customblog/relatedBlogs.html +83 -83
  25. data/_includes/appscms/customblog/relatedposts.html +196 -200
  26. data/_includes/appscms/extras/appscms-postbox.html +65 -0
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/head/bloghead.html +238 -238
  30. data/_includes/appscms/infographics/infographics.html +109 -109
  31. data/_includes/appscms/recent-posts/recent_posts.html +92 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
  33. data/_includes/author_bio.html +41 -41
  34. data/_includes/authorpagehead/index.html +47 -47
  35. data/_includes/authors/authors.html +117 -117
  36. data/_includes/batch-conversion.html +141 -141
  37. data/_includes/cssfile/links.html +54 -54
  38. data/_includes/custom-head.html +138 -138
  39. data/_includes/customCode.html +1 -1
  40. data/_includes/customScripts.html +1 -1
  41. data/_includes/customblog/pageRelatedPosts.html +87 -87
  42. data/_includes/customblog/relatedBlogs.html +86 -86
  43. data/_includes/dropdown/langdropdown.html +32 -32
  44. data/_includes/feature.html +39 -39
  45. data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
  46. data/_includes/footer/index.html +538 -538
  47. data/_includes/google-analytics.html +32 -32
  48. data/_includes/head/index.html +623 -623
  49. data/_includes/header/blogHeader.html +34 -34
  50. data/_includes/header/index.html +192 -192
  51. data/_includes/infographics/infographics.html +230 -230
  52. data/_includes/paginationBlogPage.html +70 -70
  53. data/_includes/script.html +557 -557
  54. data/_includes/share/socialshare.html +21 -21
  55. data/_includes/userTracking.html +43 -43
  56. data/_layouts/aboutUs.html +98 -98
  57. data/_layouts/allAuthors.html +131 -131
  58. data/_layouts/appscms-about.html +163 -163
  59. data/_layouts/appscms-audio.html +33 -33
  60. data/_layouts/appscms-author.html +408 -408
  61. data/_layouts/appscms-authors.html +132 -132
  62. data/_layouts/appscms-calculator.html +93 -93
  63. data/_layouts/appscms-categories.html +26 -0
  64. data/_layouts/appscms-contact.html +132 -132
  65. data/_layouts/appscms-disclaimer.html +124 -124
  66. data/_layouts/appscms-download.html +289 -289
  67. data/_layouts/appscms-feature-result.html +94 -94
  68. data/_layouts/appscms-help.html +25 -25
  69. data/_layouts/appscms-imagekit.html +113 -113
  70. data/_layouts/appscms-post.html +243 -243
  71. data/_layouts/appscms-privacy-policy.html +781 -781
  72. data/_layouts/appscms-terms-and-conditions.html +646 -646
  73. data/_layouts/appscms-video.html +33 -33
  74. data/_layouts/audio.html +33 -33
  75. data/_layouts/author.html +408 -408
  76. data/_layouts/batch.html +177 -177
  77. data/_layouts/blog.html +131 -131
  78. data/_layouts/calculator.html +99 -99
  79. data/_layouts/devtools.html +57 -57
  80. data/_layouts/feature-1.html +406 -406
  81. data/_layouts/feature.html +434 -434
  82. data/_layouts/featureResultPage.html +80 -80
  83. data/_layouts/frame.html +222 -222
  84. data/_layouts/home.html +300 -300
  85. data/_layouts/imagekit.html +303 -303
  86. data/_layouts/photo-effects-home.html +190 -190
  87. data/_layouts/post.html +233 -233
  88. data/assets/app.js +75 -75
  89. data/assets/css/appscms-blog.css +500 -500
  90. data/assets/css/appscms-home.css +5 -5
  91. data/assets/css/appscms-imagekit.css +854 -854
  92. data/assets/css/appscms-variables.css +18 -18
  93. data/assets/css/blog.css +509 -509
  94. data/assets/css/calculators.css +46 -46
  95. data/assets/css/devtools.css +105 -105
  96. data/assets/css/feature-1.css +293 -293
  97. data/assets/css/imagekit copy.css +848 -848
  98. data/assets/css/tools.css +1817 -1817
  99. data/assets/images/digipaint.svg +6 -6
  100. data/assets/images/logo.svg +2 -2
  101. data/assets/images/manthink.svg +3552 -3552
  102. data/assets/js/batch.js +256 -256
  103. data/assets/js/devtools.js +81 -81
  104. data/assets/js/sharePage.js +65 -65
  105. data/assets/js/usageTracking.js +143 -143
  106. data/assets/js/usageTrackingEvents.js +6 -6
  107. metadata +4 -2
@@ -1,238 +1,238 @@
1
- <head>
2
- {%- if page.layout == "appscms-authors" or page.layout == "appscms-author" -%}
3
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {%
4
- for post in posts %} {%- include /authors/authors.html -%} {% if authorName
5
- contains page.authorName %} {% capture author_info %}{% assign author =
6
- authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %} {%
7
- capture author_name %}{% assign author = authorName %}{{ author }}{%
8
- endcapture %} {% assign authorPageTitle = author_info %} {% assign author_name
9
- = author_name %} {%- endif -%} {% endfor %} {%- assign title = newtitle -%}
10
- {%- assign description = pagedescription-%} {%- else -%} {%- assign
11
- pagedescriptionlength = page.description | split: ' ' -%} {%- if
12
- pagedescriptionlength.size > 5 -%} {%- assign pagedescriptionlength =
13
- page.description | split: ' ' -%} {%- assign pagedescription =
14
- page.description -%} {%- endif -%} {% assign favicon = site.favicon %} {%-
15
- assign seo_description = pagedescription | default: page.content | markdownify
16
- | strip_html | truncatewords: 50 | default: page.excerpt | default:
17
- site.description -%} {%- if seo_description -%} {%- assign seo_description =
18
- seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
19
- {%- endif -%} {%- if page.date -%} {%- assign og_type = "article" -%} {%- else
20
- -%} {%- assign og_type = "website" -%} {%- endif -%} {%- assign title =
21
- page.title | split: ' ' -%} {%- assign newtitle = '' %} {% for operation in
22
- title %} {%- if forloop.first -%} {% assign word = operation | capitalize %}
23
- {% assign newtitle = newtitle | append : word %} {% assign newtitle = newtitle
24
- | append : " " %} {%- else -%} {% assign word = operation %} {%- if
25
- forloop.last -%} {% assign newtitle = newtitle | append : word %} {%- else -%}
26
- {% assign newtitle = newtitle | append : word %} {% assign newtitle = newtitle
27
- | append : " " %} {%- endif -%} {%- endif -%} {% endfor %} {%- assign
28
- description = description | split: ' ' -%} {% assign pagedescription = '' %}
29
- {% for operation in description %} {%- if forloop.first -%} {% assign word =
30
- operation | capitalize %} {% assign pagedescription = pagedescription | append
31
- : word %} {% assign pagedescription = pagedescription | append : " " %} {%-
32
- else -%} {% assign word = operation %} {%- if forloop.last -%} {% assign
33
- pagedescription = pagedescription | append : word %} {%- else -%} {% assign
34
- pagedescription = pagedescription | append : word %} {% assign pagedescription
35
- = pagedescription | append : " " %} {%- endif -%} {%- endif -%} {% endfor %}
36
- {%- assign title = newtitle -%} {%- assign description = pagedescription-%}
37
- {%- endif -%}
38
-
39
- <meta charset="UTF-8" />
40
- <link rel="shortcut icon" href="{{favicon}}" />
41
- <link rel="canonical" href="{{site.url | append: page.url}}" />
42
- <meta
43
- name="viewport"
44
- content="width=device-width, initial-scale=1, shrink-to-fit=no"
45
- />
46
- <meta name="keywords" content="{{site.keyboard}}" />
47
- {%- if page.layout == "appscms-authors" or page.layout == "appscms-author" -%}
48
-
49
- <meta
50
- name="description"
51
- content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}"
52
- />
53
- <meta
54
- name="og:description"
55
- content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}"
56
- />
57
- <meta
58
- property="og:title"
59
- content="{{ authorPageTitle | default: page.title }}"
60
- />
61
-
62
- {%- else -%}
63
- <meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
64
- <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}" />
65
- <meta property="og:title" content="{{ title | default: site.title }}" />
66
- {%- endif -%}
67
-
68
- <meta property="og:type" content="{{og_type}}" />
69
- <meta property="og:locale" content="en_US" />
70
- <meta property="og:site_name" content="{{site.name}}" />
71
- <meta property="og:url" content="{{site.url | append: page.url}}" />
72
- {%- if page.layout == "appscms-authors" -%}
73
- <meta name="author" content="Authors" />
74
- {%- else -%}
75
- <meta
76
- name="author"
77
- content="{{ author | default: page.author| default: site.author_name}}"
78
- />
79
- {%- endif -%} {%- if page.layout == "appscms-author" -%}
80
- <title>{{authorPageTitle | default: page.title}}</title>
81
- {%- else -%}
82
- <title>{{title}}</title>
83
- {%- endif -%}
84
-
85
- <link
86
- href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
87
- rel="stylesheet"
88
- />
89
- <link
90
- rel="stylesheet"
91
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
92
- {%-
93
- if
94
- site.crossorigin
95
- -%}
96
- crossorigin
97
- {%-
98
- endif
99
- -%}
100
- />
101
- <link
102
- rel="stylesheet"
103
- href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
104
- {%-
105
- if
106
- site.crossorigin
107
- -%}
108
- crossorigin
109
- {%-
110
- endif
111
- -%}
112
- />
113
- {% include adsense/adsense.html %}
114
- <link
115
- rel="stylesheet"
116
- href="/assets/css/appscms-variables.css"
117
- {%-
118
- if
119
- site.crossorigin
120
- -%}
121
- crossorigin
122
- {%-
123
- endif
124
- -%}
125
- />
126
- <link
127
- rel="stylesheet"
128
- href="/assets/css/appscms-theme.css"
129
- {%-
130
- if
131
- site.crossorigin
132
- -%}
133
- crossorigin
134
- {%-
135
- endif
136
- -%}
137
- />
138
- <link
139
- rel="stylesheet"
140
- href="{{'/assets/css/appscms-blog.css' | relative_url }}"
141
- {%-
142
- if
143
- site.crossorigin
144
- -%}
145
- crossorigin
146
- {%-
147
- endif
148
- -%}
149
- />
150
-
151
- {%- if page.layout == "blog-1" -%}
152
- <link
153
- rel="stylesheet"
154
- href="{{'/assets/css/blog-1.css' | relative_url }}"
155
- {%-
156
- if
157
- site.crossorigin
158
- -%}
159
- crossorigin
160
- {%-
161
- endif
162
- -%}
163
- />
164
- {%- endif -%} {%- include google-analytics.html -%} {% if jekyll.environment
165
- == 'production' and site.monumetricId %}
166
- <script>
167
- const autoLoadDuration = 5; //In Seconds
168
- const eventList = [
169
- "keydown",
170
- "mousemove",
171
- "wheel",
172
- "touchmove",
173
- "touchstart",
174
- "touchend",
175
- ];
176
-
177
- const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
178
-
179
- eventList.forEach(function (event) {
180
- window.addEventListener(event, triggerScripts, { passive: true });
181
- });
182
-
183
- function triggerScripts() {
184
- runScripts();
185
- clearTimeout(autoLoadTimeout);
186
- eventList.forEach(function (event) {
187
- window.removeEventListener(event, triggerScripts, { passive: true });
188
- });
189
- }
190
-
191
- function runScripts() {
192
- document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
193
- scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
194
- });
195
- }
196
- </script>
197
- <script
198
- type="text/javascript"
199
- defer
200
- delay="{{site.monumetricId}}"
201
- data-cfasync="false"
202
- ></script>
203
- {% endif %} {% if jekyll.environment == 'development' and site.monumetricId %}
204
- <script>
205
- const autoLoadDuration = 5; //In Seconds
206
- const eventList = [
207
- "keydown",
208
- "mousemove",
209
- "wheel",
210
- "touchmove",
211
- "touchstart",
212
- "touchend",
213
- ];
214
-
215
- const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
216
-
217
- eventList.forEach(function (event) {
218
- window.addEventListener(event, triggerScripts, { passive: true });
219
- });
220
-
221
- function triggerScripts() {
222
- runScripts();
223
- clearTimeout(autoLoadTimeout);
224
- eventList.forEach(function (event) {
225
- window.removeEventListener(event, triggerScripts, { passive: true });
226
- });
227
- }
228
-
229
- function runScripts() {
230
- document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
231
- scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
232
- });
233
- }
234
- </script>
235
- <script type="text/javascript" delay="{{site.monumetricId}}"></script>
236
-
237
- {% endif %}
238
- </head>
1
+ <head>
2
+ {%- if page.layout == "appscms-authors" or page.layout == "appscms-author" -%}
3
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {%
4
+ for post in posts %} {%- include /authors/authors.html -%} {% if authorName
5
+ contains page.authorName %} {% capture author_info %}{% assign author =
6
+ authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %} {%
7
+ capture author_name %}{% assign author = authorName %}{{ author }}{%
8
+ endcapture %} {% assign authorPageTitle = author_info %} {% assign author_name
9
+ = author_name %} {%- endif -%} {% endfor %} {%- assign title = newtitle -%}
10
+ {%- assign description = pagedescription-%} {%- else -%} {%- assign
11
+ pagedescriptionlength = page.description | split: ' ' -%} {%- if
12
+ pagedescriptionlength.size > 5 -%} {%- assign pagedescriptionlength =
13
+ page.description | split: ' ' -%} {%- assign pagedescription =
14
+ page.description -%} {%- endif -%} {% assign favicon = site.favicon %} {%-
15
+ assign seo_description = pagedescription | default: page.content | markdownify
16
+ | strip_html | truncatewords: 50 | default: page.excerpt | default:
17
+ site.description -%} {%- if seo_description -%} {%- assign seo_description =
18
+ seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
19
+ {%- endif -%} {%- if page.date -%} {%- assign og_type = "article" -%} {%- else
20
+ -%} {%- assign og_type = "website" -%} {%- endif -%} {%- assign title =
21
+ page.title | split: ' ' -%} {%- assign newtitle = '' %} {% for operation in
22
+ title %} {%- if forloop.first -%} {% assign word = operation | capitalize %}
23
+ {% assign newtitle = newtitle | append : word %} {% assign newtitle = newtitle
24
+ | append : " " %} {%- else -%} {% assign word = operation %} {%- if
25
+ forloop.last -%} {% assign newtitle = newtitle | append : word %} {%- else -%}
26
+ {% assign newtitle = newtitle | append : word %} {% assign newtitle = newtitle
27
+ | append : " " %} {%- endif -%} {%- endif -%} {% endfor %} {%- assign
28
+ description = description | split: ' ' -%} {% assign pagedescription = '' %}
29
+ {% for operation in description %} {%- if forloop.first -%} {% assign word =
30
+ operation | capitalize %} {% assign pagedescription = pagedescription | append
31
+ : word %} {% assign pagedescription = pagedescription | append : " " %} {%-
32
+ else -%} {% assign word = operation %} {%- if forloop.last -%} {% assign
33
+ pagedescription = pagedescription | append : word %} {%- else -%} {% assign
34
+ pagedescription = pagedescription | append : word %} {% assign pagedescription
35
+ = pagedescription | append : " " %} {%- endif -%} {%- endif -%} {% endfor %}
36
+ {%- assign title = newtitle -%} {%- assign description = pagedescription-%}
37
+ {%- endif -%}
38
+
39
+ <meta charset="UTF-8" />
40
+ <link rel="shortcut icon" href="{{favicon}}" />
41
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
42
+ <meta
43
+ name="viewport"
44
+ content="width=device-width, initial-scale=1, shrink-to-fit=no"
45
+ />
46
+ <meta name="keywords" content="{{site.keyboard}}" />
47
+ {%- if page.layout == "appscms-authors" or page.layout == "appscms-author" -%}
48
+
49
+ <meta
50
+ name="description"
51
+ content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}"
52
+ />
53
+ <meta
54
+ name="og:description"
55
+ content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}"
56
+ />
57
+ <meta
58
+ property="og:title"
59
+ content="{{ authorPageTitle | default: page.title }}"
60
+ />
61
+
62
+ {%- else -%}
63
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
64
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}" />
65
+ <meta property="og:title" content="{{ title | default: site.title }}" />
66
+ {%- endif -%}
67
+
68
+ <meta property="og:type" content="{{og_type}}" />
69
+ <meta property="og:locale" content="en_US" />
70
+ <meta property="og:site_name" content="{{site.name}}" />
71
+ <meta property="og:url" content="{{site.url | append: page.url}}" />
72
+ {%- if page.layout == "appscms-authors" -%}
73
+ <meta name="author" content="Authors" />
74
+ {%- else -%}
75
+ <meta
76
+ name="author"
77
+ content="{{ author | default: page.author| default: site.author_name}}"
78
+ />
79
+ {%- endif -%} {%- if page.layout == "appscms-author" -%}
80
+ <title>{{authorPageTitle | default: page.title}}</title>
81
+ {%- else -%}
82
+ <title>{{title}}</title>
83
+ {%- endif -%}
84
+
85
+ <link
86
+ href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
87
+ rel="stylesheet"
88
+ />
89
+ <link
90
+ rel="stylesheet"
91
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
92
+ {%-
93
+ if
94
+ site.crossorigin
95
+ -%}
96
+ crossorigin
97
+ {%-
98
+ endif
99
+ -%}
100
+ />
101
+ <link
102
+ rel="stylesheet"
103
+ href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
104
+ {%-
105
+ if
106
+ site.crossorigin
107
+ -%}
108
+ crossorigin
109
+ {%-
110
+ endif
111
+ -%}
112
+ />
113
+ {% include adsense/adsense.html %}
114
+ <link
115
+ rel="stylesheet"
116
+ href="/assets/css/appscms-variables.css"
117
+ {%-
118
+ if
119
+ site.crossorigin
120
+ -%}
121
+ crossorigin
122
+ {%-
123
+ endif
124
+ -%}
125
+ />
126
+ <link
127
+ rel="stylesheet"
128
+ href="/assets/css/appscms-theme.css"
129
+ {%-
130
+ if
131
+ site.crossorigin
132
+ -%}
133
+ crossorigin
134
+ {%-
135
+ endif
136
+ -%}
137
+ />
138
+ <link
139
+ rel="stylesheet"
140
+ href="{{'/assets/css/appscms-blog.css' | relative_url }}"
141
+ {%-
142
+ if
143
+ site.crossorigin
144
+ -%}
145
+ crossorigin
146
+ {%-
147
+ endif
148
+ -%}
149
+ />
150
+
151
+ {%- if page.layout == "blog-1" -%}
152
+ <link
153
+ rel="stylesheet"
154
+ href="{{'/assets/css/blog-1.css' | relative_url }}"
155
+ {%-
156
+ if
157
+ site.crossorigin
158
+ -%}
159
+ crossorigin
160
+ {%-
161
+ endif
162
+ -%}
163
+ />
164
+ {%- endif -%} {%- include google-analytics.html -%} {% if jekyll.environment
165
+ == 'production' and site.monumetricId %}
166
+ <script>
167
+ const autoLoadDuration = 5; //In Seconds
168
+ const eventList = [
169
+ "keydown",
170
+ "mousemove",
171
+ "wheel",
172
+ "touchmove",
173
+ "touchstart",
174
+ "touchend",
175
+ ];
176
+
177
+ const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
178
+
179
+ eventList.forEach(function (event) {
180
+ window.addEventListener(event, triggerScripts, { passive: true });
181
+ });
182
+
183
+ function triggerScripts() {
184
+ runScripts();
185
+ clearTimeout(autoLoadTimeout);
186
+ eventList.forEach(function (event) {
187
+ window.removeEventListener(event, triggerScripts, { passive: true });
188
+ });
189
+ }
190
+
191
+ function runScripts() {
192
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
193
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
194
+ });
195
+ }
196
+ </script>
197
+ <script
198
+ type="text/javascript"
199
+ defer
200
+ delay="{{site.monumetricId}}"
201
+ data-cfasync="false"
202
+ ></script>
203
+ {% endif %} {% if jekyll.environment == 'development' and site.monumetricId %}
204
+ <script>
205
+ const autoLoadDuration = 5; //In Seconds
206
+ const eventList = [
207
+ "keydown",
208
+ "mousemove",
209
+ "wheel",
210
+ "touchmove",
211
+ "touchstart",
212
+ "touchend",
213
+ ];
214
+
215
+ const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
216
+
217
+ eventList.forEach(function (event) {
218
+ window.addEventListener(event, triggerScripts, { passive: true });
219
+ });
220
+
221
+ function triggerScripts() {
222
+ runScripts();
223
+ clearTimeout(autoLoadTimeout);
224
+ eventList.forEach(function (event) {
225
+ window.removeEventListener(event, triggerScripts, { passive: true });
226
+ });
227
+ }
228
+
229
+ function runScripts() {
230
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
231
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
232
+ });
233
+ }
234
+ </script>
235
+ <script type="text/javascript" delay="{{site.monumetricId}}"></script>
236
+
237
+ {% endif %}
238
+ </head>