j1-template 2023.0.6 → 2023.0.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/_includes/themes/j1/layouts/layout_metadata_generator.html +1 -1
- data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +7 -10
- data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
- data/_layouts/default.html +94 -73
- data/assets/data/banner.html +2 -2
- data/assets/data/panel.0.html +1021 -0
- data/assets/data/panel.html +4 -4
- data/assets/themes/j1/adapter/js/j1.js +2577 -2525
- data/assets/themes/j1/adapter/js/themer.js +5 -1
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +55 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +54 -7
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +9 -3
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/j1_config.yml +8 -0
- data/lib/starter_web/_data/layouts/home.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +44 -44
- data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -1
- data/lib/starter_web/_data/resources.yml +29 -29
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +0 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +0 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15f246771f06d51183b7e3acf943e5bc1112de3fef122ce85540868cd7be98ac
|
4
|
+
data.tar.gz: 456fb4a2ec848432d468d186b2a506668fa12491bfd1fbb5c44e066e05870a82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04e9826a019c817c90a15b547f0e155d5193333c58bbfcdf30cd459b0e9dd9611f474053e4a8d301e21868214a92007f2b2be56796f3224b49f3bbd1c2c9ac28
|
7
|
+
data.tar.gz: 02223b196fd2b4e0cdf8256d78474310d7ae025a6d0f35091c0830add2da02e8b59f28bb1720c676a37f4960be869efa3aaf5bf932d08451ab847a20ac279041
|
@@ -201,7 +201,7 @@
|
|
201
201
|
{% comment %} Load additional fonts from remote
|
202
202
|
-------------------------------------------------------------------------------- {% endcomment %}
|
203
203
|
<!-- Google fonts -->
|
204
|
-
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
|
204
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700" />
|
205
205
|
|
206
206
|
|
207
207
|
{% comment %} J1 SEO processing
|
@@ -90,12 +90,8 @@
|
|
90
90
|
{% if quick_search %}
|
91
91
|
<!-- Modal Top Search -->
|
92
92
|
<div id="searchModal"
|
93
|
-
class="modal fade top"
|
94
|
-
|
95
|
-
role="dialog"
|
96
|
-
aria-labelledby="myModalLabel" aria-hidden="true"
|
97
|
-
data-keyboard="false"
|
98
|
-
data-backdrop="static">
|
93
|
+
class="modal fade top" tabindex="-1" role="dialog"
|
94
|
+
data-keyboard="false" data-backdrop="static">
|
99
95
|
|
100
96
|
<div class="modal-dialog modal-frame modal-top modal-notify modal-info" role="document">
|
101
97
|
|
@@ -104,16 +100,17 @@
|
|
104
100
|
<!-- Body -->
|
105
101
|
<div class="modal-body">
|
106
102
|
<div id="navigator_nav_topsearch" class="top-search ml-4 mr-4">
|
107
|
-
<
|
103
|
+
<div class="bmd-form-group">
|
108
104
|
<div class="input-group">
|
109
105
|
<span class="input-group-addon"><i class="mdi mdi-magnify mdi-2x mb-2" style="color:#9E9E9E"></i></span>
|
110
106
|
<input id="search-query" type="text" name="q" placeholder="Your search expression" autocomplete="off" class="form-control">
|
111
107
|
<span id="clear-topsearch" class="form-clear form-clear-searcher d-none" style="margin-top: 0.75rem"> <i class="mdi mdi-format-clear mdi-2x" style="color:#9E9E9E"></i> </span>
|
108
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
112
109
|
</div>
|
113
|
-
</
|
110
|
+
</div>
|
114
111
|
<!-- [INFO ] [~/assets/data/top_search_modal.html ] [ place: results container ] -->
|
115
112
|
<div class="search-results hide-scrollbar mt-4">
|
116
|
-
<
|
113
|
+
<div id="search-results" style="display: none;"></div>
|
117
114
|
</div>
|
118
115
|
</div>
|
119
116
|
</div>
|
@@ -141,7 +138,7 @@
|
|
141
138
|
</p>
|
142
139
|
</li>
|
143
140
|
{{/docs}}
|
144
|
-
|
141
|
+
</ul>
|
145
142
|
</script>
|
146
143
|
{% endraw %}
|
147
144
|
|
@@ -74,7 +74,7 @@
|
|
74
74
|
{% if placement == 'body-main' %}
|
75
75
|
<!-- [INFO ] [j1.layout.content_writer.proc ] [ load region 'body-main' for layout: {{page.layout}} ] -->
|
76
76
|
{% if type == 'async' %}
|
77
|
-
<
|
77
|
+
<div id="{{id}}" class="{{class}}"></div>
|
78
78
|
{% elsif type == 'sync' %}
|
79
79
|
{% capture path %}{{base}}/{{path}}/{{file}}{% endcapture %}
|
80
80
|
{% include {{path}} %}
|
@@ -120,18 +120,18 @@
|
|
120
120
|
{% endif %}
|
121
121
|
{% when 'css' %}
|
122
122
|
{% if url_detected > 1 %}
|
123
|
-
<link rel="stylesheet"
|
123
|
+
<link rel="stylesheet" href="{{file}}" />
|
124
124
|
{% else %}
|
125
|
-
<link rel="stylesheet"
|
125
|
+
<link rel="stylesheet" href="{{base_path}}/{{file}}" />
|
126
126
|
{% endif %}
|
127
127
|
{% else %}
|
128
128
|
<--! UNKNOWN resource type detected for: "{{file}}" -->
|
129
129
|
{% endcase %}
|
130
130
|
{% else %}
|
131
131
|
{% if url_detected > 1 %}
|
132
|
-
<link rel="stylesheet"
|
132
|
+
<link rel="stylesheet" href="{{file}}" />
|
133
133
|
{% else %}
|
134
|
-
<link rel="stylesheet"
|
134
|
+
<link rel="stylesheet" href="{{base_path}}/{{file}}" />
|
135
135
|
{% endif %}
|
136
136
|
{% endif %}
|
137
137
|
|
@@ -150,11 +150,11 @@
|
|
150
150
|
{% assign my_location = {{location_source}} %}
|
151
151
|
|
152
152
|
{% if environment == 'development' %}
|
153
|
-
{% if location == 'remote' %} <link rel="stylesheet"
|
154
|
-
{% if location == 'local' %} <link rel="stylesheet"
|
153
|
+
{% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
|
154
|
+
{% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
|
155
155
|
{% else %}
|
156
|
-
{% if location == 'remote' %} <link rel="stylesheet"
|
157
|
-
{% if location == 'local' %} <link rel="stylesheet"
|
156
|
+
{% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
|
157
|
+
{% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
|
158
158
|
{% endif %}
|
159
159
|
|
160
160
|
{% endfor %}
|
@@ -260,7 +260,7 @@
|
|
260
260
|
<i class="mdi mdi-tag mdi-18px mr-1"></i>
|
261
261
|
<span class="sr-tags">{{tags}}</span>
|
262
262
|
</p>
|
263
|
-
<a class="card-link
|
263
|
+
<a class="card-link text-lowercase"
|
264
264
|
href="{{post.url}}#readmore">
|
265
265
|
{{readmore_text}} · {{post.tagline}}
|
266
266
|
</a>
|
data/_layouts/default.html
CHANGED
@@ -118,41 +118,14 @@ debug: false
|
|
118
118
|
|
119
119
|
<body class="nomathjax">
|
120
120
|
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
<!-- [INFO ] [j1.layout.default.html ] [
|
128
|
-
<!-- [INFO ] [j1.layout.default.html ] [ place wrapper to prevent "DOM flicker" ] -->
|
129
|
-
<!-- [INFO ] [j1.layout.default.html ] [ make page hidden (suppress flicker) ] -->
|
130
|
-
<!-- [INFO ] [j1.layout.default.html ] [ suppress page overflows (overflow: hidden) ] -->
|
131
|
-
<!-- div id="no_flicker" style="display: none" -->
|
132
|
-
<div id="no_flicker" style="overflow: hidden; display: none">
|
133
|
-
|
134
|
-
{% comment %} collect the BODY-NAVIGATION region
|
135
|
-
-------------------------------------------------------------------------- {% endcomment %}
|
136
|
-
<!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-navigation' ] -->
|
137
|
-
{% include {{default_writer}} region='body-navigation' items=lanes_collate %}
|
138
|
-
<!-- [INFO ] [j1.layout.default.html ] [ end processing default_writer for region: 'body-navigation' ] -->
|
139
|
-
|
140
|
-
{% comment %} inherit CONTENT from other LAYOUTS
|
141
|
-
-------------------------------------------------------------------------- {% endcomment %}
|
142
|
-
<!-- [INFO ] [j1.layout.default.html ] [ place content inherited by layout: {{ page.layout}} ] -->
|
143
|
-
{{ content }}
|
144
|
-
<!-- [INFO ] [j1.layout.default.html ] [ end content inherited by layout: {{ page.layout}} ] -->
|
145
|
-
|
146
|
-
{% comment %} collect the BODY-FOOTER region
|
147
|
-
-------------------------------------------------------------------------- {% endcomment %}
|
148
|
-
<!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-footer' ] -->
|
149
|
-
{% include {{default_writer}} region='body-footer' items=lanes_collate %}
|
150
|
-
<!-- [INFO ] [j1.layout.default.html ] [ end content_writer default_writer for region: 'body-footer' ] -->
|
151
|
-
|
152
|
-
</div>
|
153
|
-
<!-- [INFO ] [j1.layout.default.html ] [ end suppress flicker ] -->
|
121
|
+
<!-- [INFO ] [j1.layout.default.html ] [ check if a noscript page is enabled ] -->
|
122
|
+
{% if site.noscript %}
|
123
|
+
{% assign page_noscript = site.noscript %}
|
124
|
+
{% else %}
|
125
|
+
{% assign page_noscript = false %}
|
126
|
+
{% endif %}
|
127
|
+
<!-- [INFO ] [j1.layout.default.html ] [ noscript page is enabled: {{page_noscript}} ] -->
|
154
128
|
|
155
|
-
<!-- [INFO ] [j1.layout.default.html ] [ place noscript info|error page ] -->
|
156
129
|
{% assign language = site.language %}
|
157
130
|
{% assign webmaster_email = site.webmaster.email %}
|
158
131
|
{% assign copyright_info = site.copyright %}
|
@@ -175,10 +148,15 @@ debug: false
|
|
175
148
|
{% if language == 'de' %}
|
176
149
|
{% assign title = "Javascript abgeschaltet" %}
|
177
150
|
{% assign back_url_text = "Fortsetzung nicht möglich" %}
|
178
|
-
{% assign reason = "Die aktuellen Einstellungen Ihres Browsers
|
151
|
+
{% assign reason = "Die aktuellen Einstellungen Ihres Browsers erlauben KEINE Ausführung von Javascript." %}
|
179
152
|
{% assign contact_issue = "Technischer Kontakt" %}
|
180
153
|
{% endif %}
|
181
154
|
|
155
|
+
{% comment %} current noscript cause errors in NU HTML Checker
|
156
|
+
See: https://validator.w3.org/nu
|
157
|
+
---------------------------------------------------------------------------- {% endcomment %}
|
158
|
+
{% if page_noscript %}
|
159
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place an noscript info|error page ] -->
|
182
160
|
<noscript>
|
183
161
|
<html lang="{{language}}">
|
184
162
|
<head>
|
@@ -186,10 +164,14 @@ debug: false
|
|
186
164
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
187
165
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
188
166
|
<link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}" />
|
189
|
-
<!-- [INFO ] [j1.layout.default.html ] [ multiple title tags cause issues at Bing ] -->
|
190
167
|
<!-- title>{{title}} · {{http_error}}</title -->
|
191
|
-
|
192
|
-
|
168
|
+
|
169
|
+
<!-- [INFO ] [j1.layout.default.html ] [ multiple title tags cause issues at Bing ] -->
|
170
|
+
<style>
|
171
|
+
.my { margin-top: 8.5rem !important;}
|
172
|
+
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
|
173
|
+
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}
|
174
|
+
</style>
|
193
175
|
</head>
|
194
176
|
<body>
|
195
177
|
<div class="header my">
|
@@ -203,54 +185,93 @@ debug: false
|
|
203
185
|
</body>
|
204
186
|
</html>
|
205
187
|
</noscript>
|
188
|
+
{% endif %}
|
189
|
+
|
190
|
+
{% comment %} wrapper to suppress DOM flicker|Overflow
|
191
|
+
----------------------------------------------------------------------------
|
192
|
+
NOTE:
|
193
|
+
2021-11-13:
|
194
|
+
Since moved to bs@5, a overflow is on the HOME page
|
195
|
+
but !!! NOT seen on content pages !!!
|
196
|
+
----------------------------------------------------------------------------- {% endcomment %}
|
197
|
+
|
198
|
+
<!-- [INFO ] [j1.layout.default.html ] [ start page processing for region: 'body' ] -->
|
199
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place wrapper to prevent "DOM flicker" ] -->
|
200
|
+
<!-- [INFO ] [j1.layout.default.html ] [ make page hidden (suppress flicker) ] -->
|
201
|
+
<!-- [INFO ] [j1.layout.default.html ] [ suppress page overflows (overflow: hidden) ] -->
|
202
|
+
<!-- div id="no_flicker" style="display: none" -->
|
203
|
+
<div id="no_flicker" style="overflow: hidden; display: none">
|
204
|
+
|
205
|
+
{% comment %} collect the BODY-NAVIGATION region
|
206
|
+
-------------------------------------------------------------------------- {% endcomment %}
|
207
|
+
<!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-navigation' ] -->
|
208
|
+
{% include {{default_writer}} region='body-navigation' items=lanes_collate %}
|
209
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end processing default_writer for region: 'body-navigation' ] -->
|
210
|
+
|
211
|
+
{% comment %} inherit CONTENT from other LAYOUTS
|
212
|
+
-------------------------------------------------------------------------- {% endcomment %}
|
213
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place content inherited by layout: {{ page.layout}} ] -->
|
214
|
+
{{ content }}
|
215
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end content inherited by layout: {{ page.layout}} ] -->
|
216
|
+
|
217
|
+
{% comment %} collect the BODY-FOOTER region
|
218
|
+
-------------------------------------------------------------------------- {% endcomment %}
|
219
|
+
<!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-footer' ] -->
|
220
|
+
{% include {{default_writer}} region='body-footer' items=lanes_collate %}
|
221
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end content_writer default_writer for region: 'body-footer' ] -->
|
222
|
+
|
223
|
+
</div>
|
224
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end suppress flicker ] -->
|
206
225
|
|
207
226
|
<!-- [INFO ] [j1.layout.default.html ] [ place hidden color selector/themes: bg-primary ] -->
|
208
227
|
<div id="bg-primary" class="bg-primary" style="display: none"></div>
|
209
228
|
|
210
229
|
<!-- [INFO ] [j1.layout.default.html ] [ end default writer] -->
|
211
|
-
</body>
|
212
230
|
|
213
|
-
|
214
|
-
|
215
|
-
{% if webhook_options.enabled %}
|
216
|
-
<!-- [INFO ] [j1.layout.default.html ] [ place container for WebHook Modals ] -->
|
217
|
-
<div id="{{webhook_options.xhr_container_id}}"></div>
|
218
|
-
{% endif %}
|
231
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place container for the floating action button (FAB) ] -->
|
232
|
+
<div id="fab-container"></div>
|
219
233
|
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
234
|
+
{% comment %} Place container for the r-text resizer (currently NOT used)
|
235
|
+
----------------------------------------------------------------------------
|
236
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place container for the r-text resizer modal ] -->
|
237
|
+
<div id="rtext_resizer_container"></div>
|
238
|
+
---------------------------------------------------------------------------- {% endcomment %}
|
224
239
|
|
225
|
-
<!-- [INFO ] [j1.layout.default.html ] [ place container for the floating action button (FAB) ] -->
|
226
|
-
<div id="fab-container"></div>
|
227
240
|
|
228
|
-
|
229
|
-
------------------------------------------------------------------------------ {% endcomment %}
|
230
|
-
<!-- [INFO ] [j1.layout.default.html ] [ initialize global JS scripts ] -->
|
231
|
-
<script>
|
232
|
-
$(function() {
|
233
|
-
{% comment %} BS tooltips and popovers
|
241
|
+
{% comment %} Place container for WebHook modals
|
234
242
|
---------------------------------------------------------------------------- {% endcomment %}
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
239
|
-
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
240
|
-
return new bootstrap.Tooltip(tooltipTriggerEl)
|
241
|
-
});
|
243
|
+
{% if webhook_options.enabled %}
|
244
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place container for WebHook Modals ] -->
|
245
|
+
<div id="{{webhook_options.xhr_container_id}}"></div>
|
242
246
|
{% endif %}
|
243
247
|
|
244
|
-
{%
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
248
|
+
{% comment %} Initialize global JS scripts
|
249
|
+
---------------------------------------------------------------------------- {% endcomment %}
|
250
|
+
<!-- [INFO ] [j1.layout.default.html ] [ initialize global JS scripts ] -->
|
251
|
+
<script>
|
252
|
+
// BS tooltips and popovers
|
253
|
+
$(function() {
|
254
|
+
{% if tooltips_options.enabled %}
|
255
|
+
// initialize BS tooltips
|
256
|
+
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
257
|
+
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
258
|
+
return new bootstrap.Tooltip(tooltipTriggerEl)
|
259
|
+
});
|
260
|
+
{% endif %}
|
261
|
+
|
262
|
+
{% if popovers_options.enabled %}
|
263
|
+
// initialize BS popovers
|
264
|
+
var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
|
265
|
+
var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
|
266
|
+
return new bootstrap.Popover(popoverTriggerEl)
|
267
|
+
});
|
268
|
+
{% endif %}
|
249
269
|
});
|
250
|
-
|
251
|
-
|
252
|
-
</
|
253
|
-
|
270
|
+
</script>
|
271
|
+
|
272
|
+
</body>
|
273
|
+
|
274
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
|
254
275
|
</html>
|
255
276
|
|
256
277
|
{% endcapture %}
|
data/assets/data/banner.html
CHANGED
@@ -258,8 +258,8 @@ exclude_from_search: true
|
|
258
258
|
<img
|
259
259
|
class="sticker-image"
|
260
260
|
src="/assets/images/sticker/600x600/sticker-new-version.png"
|
261
|
-
alt="Get new version 2023.0.
|
262
|
-
title="Get new version 2023.0.
|
261
|
+
alt="Get new version 2023.0.8"
|
262
|
+
title="Get new version 2023.0.8"
|
263
263
|
style="width: 140px; height: 120px;"
|
264
264
|
>
|
265
265
|
</a>
|