j1-template 2023.0.5 → 2023.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +1 -1
  3. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +7 -10
  4. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  5. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  6. data/_layouts/default.html +94 -73
  7. data/assets/data/banner.html +2 -2
  8. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +4 -6
  9. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  10. data/lib/j1/version.rb +1 -1
  11. data/lib/starter_web/Gemfile +1 -1
  12. data/lib/starter_web/README.md +5 -5
  13. data/lib/starter_web/_config.yml +14 -4
  14. data/lib/starter_web/_data/blocks/banner.yml +11 -11
  15. data/lib/starter_web/_data/blocks/footer.yml +6 -5
  16. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  17. data/lib/starter_web/_data/resources.yml +29 -29
  18. data/lib/starter_web/_data/templates/feed.xml +1 -1
  19. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  20. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  21. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -1
  22. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +0 -4
  23. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +0 -1
  24. data/lib/starter_web/index.html +7 -8
  25. data/lib/starter_web/package.json +1 -1
  26. data/lib/starter_web/pages/public/about/features.adoc +5 -6
  27. data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -14
  28. data/lib/starter_web/pages/public/about/site.adoc +3 -5
  29. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  30. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +10 -10
  31. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +1 -1
  32. data/lib/starter_web/pages/public/plans/plans.adoc +2 -2
  33. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  34. data/lib/starter_web/utilsrv/package.json +1 -1
  35. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7150ba07bf5b44d49e4ba0ea903e645c13544a2a36009e86f257f7887c085f78
4
- data.tar.gz: 9b2677bcabb97e8fb2cd7218085bb88f775abf3d5dd67db09ca9c3de0c6660eb
3
+ metadata.gz: 07bc52c2d47d8b128441705cd0f4c9bebb0148857c82b9a5e7a075a987a53224
4
+ data.tar.gz: 2d0c231759278aba7e03a6cac506a36e5e531161c57c05a266bb1526d2c54e60
5
5
  SHA512:
6
- metadata.gz: ba6a7d46596804de68b14e4beec348eadaed9d1fdf9ced5c992846e6f17de0da83ef5dc3fb4f1891ce47337e13596844843233e6b8097aad8e16f124e51c025c
7
- data.tar.gz: e60964554a03bd147ed5a466740aa957408b1ef3acf402d888eb82bed6ad09c65671b9d60394145c61bfd158c3e86def0b067b3ff90997fcec3211fdb764a310
6
+ metadata.gz: 5079257ed74e46623f8c724c41f55ae5d71a805a4c5be6ebeb9587a36d2266d292422d9f069772de556e773c747b5f3285319e270f0713c60c273212576480b7
7
+ data.tar.gz: 147f70d0909736b127553beb88b5803850f35b2cc6a26cb396d431fa9249102f2c4ed45cacfa480edc270d0e3cac6ea312b4b3309d59861489eb33e8ecd08ccd
@@ -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" rel="stylesheet" type="text/css" />
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
- tabindex="-1"
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
- <span class="bmd-form-group">
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
- </span>
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
- <section id="search-results" style="display: none;"></section>
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
- <ul>
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
- <section id="{{id}}" class="{{class}}"></section>
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" type="text/css" href="{{file}}" />
123
+ <link rel="stylesheet" href="{{file}}" />
124
124
  {% else %}
125
- <link rel="stylesheet" type="text/css" href="{{base_path}}/{{file}}" />
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" type="text/css" href="{{file}}" />
132
+ <link rel="stylesheet" href="{{file}}" />
133
133
  {% else %}
134
- <link rel="stylesheet" type="text/css" href="{{base_path}}/{{file}}" />
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" type="text/css" href="{{my_location}}.css" /> {% endif %}
154
- {% if location == 'local' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.css" /> {% endif %}
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" type="text/css" href="{{my_location}}.min.css" /> {% endif %}
157
- {% if location == 'local' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.min.css" /> {% endif %}
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 %}
@@ -118,41 +118,14 @@ debug: false
118
118
 
119
119
  <body class="nomathjax">
120
120
 
121
- {% comment %} wrapper to suppress "DOM flicker"|"Overflows"
122
- NOTE:
123
- 2021-11-13:
124
- Since moved to bs@5, a overflow is on the HOME page
125
- !!! NOT seen on content pages !!!
126
- ------------------------------------------------------------------------------ {% endcomment %}
127
- <!-- [INFO ] [j1.layout.default.html ] [ start page processing for region: 'body' ] -->
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 verhindern die Ausführung von Javascript." %}
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
- <style> .my { margin-top: 8.5rem !important;} </style>
192
- <style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */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}</style>
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
- {% comment %} Place container for WebHook modals
214
- ------------------------------------------------------------------------------ {% endcomment %}
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
- {% comment %} Place container for the r-text resizer
221
- ------------------------------------------------------------------------------ {% endcomment %}
222
- <!-- [INFO ] [j1.layout.default.html ] [ place container for the r-text resizer modal ] -->
223
- <div id="rtext_resizer_container"></div>
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
- {% comment %} Initialize global JS scripts
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
- {% if tooltips_options.enabled %}
237
- // initialize BS tooltips
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
- {% if popovers_options.enabled %}
245
- // initialize BS popovers
246
- var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
247
- var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
248
- return new bootstrap.Popover(popoverTriggerEl)
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
- {% endif %}
251
- });
252
- </script>
253
- <!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
270
+ </script>
271
+
272
+ </body>
273
+
274
+ <!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
254
275
  </html>
255
276
 
256
277
  {% endcapture %}
@@ -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.5"
262
- title="Get new version 2023.0.5"
261
+ alt="Get new version 2023.0.7"
262
+ title="Get new version 2023.0.7"
263
263
  style="width: 140px; height: 120px;"
264
264
  >
265
265
  </a>
@@ -14926,9 +14926,7 @@ table.tableblock > .title {
14926
14926
  # -----------------------------------------------------------------------------
14927
14927
  */
14928
14928
  .no-attic {
14929
- padding-top: 80px;
14930
- margin-bottom: 50px;
14931
- background-color: #212121; }
14929
+ padding-top: 80px; }
14932
14930
 
14933
14931
  .attic {
14934
14932
  position: relative;
@@ -14993,7 +14991,7 @@ table.tableblock > .title {
14993
14991
 
14994
14992
  @media screen and (max-width: 992px) {
14995
14993
  .no-attic {
14996
- padding-top: 48px; } }
14994
+ padding-top: 48px !important; } }
14997
14995
 
14998
14996
  @media screen and (min-width: 768px) {
14999
14997
  .attic h1, .attic .h1 {
@@ -15004,7 +15002,7 @@ table.tableblock > .title {
15004
15002
 
15005
15003
  @media screen and (max-width: 768px) {
15006
15004
  .no-attic {
15007
- padding-top: 48px; } }
15005
+ padding-top: 48px !important; } }
15008
15006
 
15009
15007
  @media screen and (min-width: 480px) {
15010
15008
  .attic .btn {
@@ -15013,7 +15011,7 @@ table.tableblock > .title {
15013
15011
 
15014
15012
  @media screen and (max-width: 480px) {
15015
15013
  .no-attic {
15016
- padding-top: 48px; } }
15014
+ padding-top: 48px !important; } }
15017
15015
 
15018
15016
  .text-emphasis-none {
15019
15017
  text-shadow: none !important; }