j1-template 2022.0.4 → 2022.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +34 -75
- data/assets/error_pages/HTTP444.html +4 -4
- data/assets/error_pages/HTTP445.html +3 -3
- data/assets/error_pages/HTTP446.html +110 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +53 -25
- data/assets/themes/j1/adapter/js/j1.js +81 -196
- data/assets/themes/j1/adapter/js/themer.js +0 -1
- data/assets/themes/j1/adapter/js/translator.js +107 -56
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +5 -6
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +29 -13
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +0 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +98 -63
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +2 -3
- data/lib/starter_web/_data/modules/cookies.yml +30 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +103 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +10 -1
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -2
- data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
- data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +5 -2
@@ -0,0 +1,103 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/modules/defaults/cookies.yml
|
3
|
+
# Default configuration settings for J1 Cookie module
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2021 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
|
12
|
+
# ------------------------------------------------------------------------------
|
13
|
+
# See:
|
14
|
+
# https://datatracker.ietf.org/doc/html/rfc6265
|
15
|
+
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
|
16
|
+
#
|
17
|
+
|
18
|
+
# ------------------------------------------------------------------------------
|
19
|
+
# Description (used for J1 CC only)
|
20
|
+
#
|
21
|
+
description:
|
22
|
+
|
23
|
+
title: Cookies
|
24
|
+
scope: Default settings
|
25
|
+
location: _data/modules/defaults/cookies.yml
|
26
|
+
|
27
|
+
# ------------------------------------------------------------------------------
|
28
|
+
# Default settings
|
29
|
+
#
|
30
|
+
defaults:
|
31
|
+
|
32
|
+
# ----------------------------------------------------------------------------
|
33
|
+
# Settings/Attributes
|
34
|
+
#
|
35
|
+
# path
|
36
|
+
# --------------------------------------------------------------------------
|
37
|
+
# Attribute 'path' indicates a URL PATH that must exist in the requested
|
38
|
+
# URL in order to send the Cookie header
|
39
|
+
#
|
40
|
+
# values: string
|
41
|
+
# default: '/'
|
42
|
+
#
|
43
|
+
# domain
|
44
|
+
# --------------------------------------------------------------------------
|
45
|
+
# Switch 'domain' controls if the value for the attribute 'domain' is
|
46
|
+
# (automatically) set to hostname (false) or domain (true) for the host
|
47
|
+
# set the cookie.
|
48
|
+
# If set to 'false', the attribute defaults to the same host that set the
|
49
|
+
# cookie. If the host is set, all subdomains are EXCLUDED (restricted).
|
50
|
+
# If set to 'true', the attribute defaults to the domain which hosts can
|
51
|
+
# receive a cookie. This setting allows ALL subdomains to receive a cookie.
|
52
|
+
#
|
53
|
+
# NOTE: Be carefull setting switch 'domain' to true. For sites deployed
|
54
|
+
# to hosts of (public domain) providers like Netlify, this will open
|
55
|
+
# cookie access to hosts! See 'same_site'.
|
56
|
+
#
|
57
|
+
# values: [false|true]
|
58
|
+
# default: false
|
59
|
+
#
|
60
|
+
# expires
|
61
|
+
# --------------------------------------------------------------------------
|
62
|
+
# lifetime of a cookie [0..365] days. The value of 0 results in a
|
63
|
+
# SESSION cookie. For all otrher values >0, the cookie results in a
|
64
|
+
# PERMANENT cookie.
|
65
|
+
#
|
66
|
+
# values: [0..365]
|
67
|
+
# default: 0
|
68
|
+
#
|
69
|
+
# same_site
|
70
|
+
# --------------------------------------------------------------------------
|
71
|
+
# Lax: sent for all requests (including subdomains).
|
72
|
+
# Strict: the cookie is only sent to the site where it originated
|
73
|
+
# (excluding subdomains)
|
74
|
+
#
|
75
|
+
# values: [Strict|Lax]
|
76
|
+
# default: Strict
|
77
|
+
#
|
78
|
+
# http_only
|
79
|
+
# --------------------------------------------------------------------------
|
80
|
+
# prevent access to cookie values via JavaScript
|
81
|
+
#
|
82
|
+
# values: [false|true]
|
83
|
+
# default: false
|
84
|
+
|
85
|
+
# secure
|
86
|
+
# --------------------------------------------------------------------------
|
87
|
+
# Cookies are only sent to the server with an encrypted request over
|
88
|
+
# the HTTPS protocol
|
89
|
+
#
|
90
|
+
# values: [false|true]
|
91
|
+
# default: false
|
92
|
+
#
|
93
|
+
# ----------------------------------------------------------------------------
|
94
|
+
#
|
95
|
+
path: /
|
96
|
+
domain: true
|
97
|
+
expires: 0
|
98
|
+
same_site: Strict
|
99
|
+
http_only: false
|
100
|
+
secure: false
|
101
|
+
|
102
|
+
# ------------------------------------------------------------------------------
|
103
|
+
# END config
|
@@ -81,7 +81,7 @@
|
|
81
81
|
#
|
82
82
|
- item: Blog
|
83
83
|
sublevel:
|
84
|
-
- title:
|
84
|
+
- title: Starter Blog
|
85
85
|
href: /pages/public/blog/navigator/
|
86
86
|
icon: near-me
|
87
87
|
- title: Categories
|
@@ -255,6 +255,15 @@
|
|
255
255
|
- title: This site
|
256
256
|
icon: home-variant-outline
|
257
257
|
href: /pages/public/about/site
|
258
|
+
- title: Privacy
|
259
|
+
icon: heart
|
260
|
+
href: /pages/public/legal/en/privacy/
|
261
|
+
- title: Impress
|
262
|
+
icon: gavel
|
263
|
+
href: /pages/public/legal/en/impress/
|
264
|
+
- title: Comments
|
265
|
+
icon: comment
|
266
|
+
href: /pages/public/legal/en/comment_policy/
|
258
267
|
|
259
268
|
# ------------------------------------------------------------------------------
|
260
269
|
# END config
|
@@ -195,6 +195,7 @@ tag::urls[]
|
|
195
195
|
:url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter/
|
196
196
|
:url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap/
|
197
197
|
|
198
|
+
|
198
199
|
:url-jquery--home: https://jquery.com/
|
199
200
|
|
200
201
|
:url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml/
|
@@ -234,6 +235,10 @@ tag::urls[]
|
|
234
235
|
:url-materialize--home: https://materializecss.com/
|
235
236
|
:url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
|
236
237
|
|
238
|
+
:url-mdi--home: https://materialdesignicons.com/
|
239
|
+
:url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
|
240
|
+
:url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/5.9.55/
|
241
|
+
|
237
242
|
:url-mobile-menu-light--home: https://www.mmenujs.com/mmenu-light/
|
238
243
|
:url-mobile-menu-light--gh-repo: https://github.com/FrDH/mmenu-light
|
239
244
|
|
@@ -432,7 +437,7 @@ end::tables[]
|
|
432
437
|
// -----------------------------------------------------------------------------
|
433
438
|
tag::products[]
|
434
439
|
:j1--license: MIT License
|
435
|
-
:j1--version: 2022.0.
|
440
|
+
:j1--version: 2022.0.8
|
436
441
|
:j1--site-name: Jekyll One
|
437
442
|
end::products[]
|
438
443
|
|
@@ -197,7 +197,6 @@ body{ top: 0 !important;}
|
|
197
197
|
cookie_written = j1.writeCookie({
|
198
198
|
name: cookie_names.user_state,
|
199
199
|
data: user_state,
|
200
|
-
samesite: 'Strict',
|
201
200
|
expires: 0
|
202
201
|
});
|
203
202
|
j1.removeCookie({name: 'googtrans'});
|
@@ -206,7 +205,6 @@ body{ top: 0 !important;}
|
|
206
205
|
cookie_written = j1.writeCookie({
|
207
206
|
name: cookie_names.user_state,
|
208
207
|
data: user_state,
|
209
|
-
samesite: 'Strict',
|
210
208
|
expires: 365
|
211
209
|
});
|
212
210
|
head.appendChild(script);
|
@@ -197,7 +197,6 @@ Try the translator with _Jekyll One_ and _Deepl_ on your own!
|
|
197
197
|
cookie_written = j1.writeCookie({
|
198
198
|
name: cookie_names.user_state,
|
199
199
|
data: user_state,
|
200
|
-
samesite: 'Strict',
|
201
200
|
expires: 0
|
202
201
|
});
|
203
202
|
j1.removeCookie({name: 'googtrans'});
|
@@ -206,7 +205,6 @@ Try the translator with _Jekyll One_ and _Deepl_ on your own!
|
|
206
205
|
cookie_written = j1.writeCookie({
|
207
206
|
name: cookie_names.user_state,
|
208
207
|
data: user_state,
|
209
|
-
samesite: 'Strict',
|
210
208
|
expires: 365
|
211
209
|
});
|
212
210
|
head.appendChild(script);
|
@@ -10,7 +10,7 @@ tags: [ Asciidoctor, PDF, Converter ]
|
|
10
10
|
permalink: /pages/public/skeleton/documentation/100_converter/
|
11
11
|
regenerate: false
|
12
12
|
|
13
|
-
resources: [ lightbox, clipboard, rouge ]
|
13
|
+
resources: [ animate, lightbox, clipboard, rouge ]
|
14
14
|
resource_options:
|
15
15
|
- toccer:
|
16
16
|
collapseDepth: 2
|
@@ -9,7 +9,7 @@ tags: [ Asciidoctor, PDF, Converter ]
|
|
9
9
|
permalink: /pages/public/skeleton/documentation/200_themes/
|
10
10
|
regenerate: false
|
11
11
|
|
12
|
-
resources: [ lightbox, clipboard, rouge ]
|
12
|
+
resources: [ animate, lightbox, clipboard, rouge ]
|
13
13
|
resource_options:
|
14
14
|
- toccer:
|
15
15
|
collapseDepth: 2
|
@@ -20,7 +20,7 @@ personalization: true
|
|
20
20
|
fab_menu_id: page_ctrl_simple
|
21
21
|
|
22
22
|
resources: [
|
23
|
-
lightGallery, justifiedGallery, video_js,
|
23
|
+
animate, lightGallery, justifiedGallery, video_js,
|
24
24
|
vimeo_player, vimeo_froogaloop
|
25
25
|
]
|
26
26
|
resource_options:
|
@@ -114,7 +114,7 @@ HTML5 Video support of LightGallery.
|
|
114
114
|
Two players are available with LightGallery:
|
115
115
|
|
116
116
|
. an internal player used by default
|
117
|
-
. {url-videojs--home}[video.js, {browser-window--new}], a excellent
|
117
|
+
. {url-videojs--home}[video.js, {browser-window--new}], a excellent
|
118
118
|
Javascript video library
|
119
119
|
|
120
120
|
NOTE: The HTML5 specification does _not_ define which video and audio formats
|
@@ -17,7 +17,7 @@ fab_menu_id: page_ctrl_simple
|
|
17
17
|
permalink: /pages/public/learn/roundtrip/asciidoc_extensions/
|
18
18
|
regenerate: false
|
19
19
|
|
20
|
-
resources: [ lightbox, iconify, twemoji, rouge ]
|
20
|
+
resources: [ animate, lightbox, iconify, twemoji, rouge ]
|
21
21
|
resource_options:
|
22
22
|
- attic:
|
23
23
|
padding_top: 400
|
@@ -20,7 +20,7 @@ fab_menu_id: page_ctrl_simple
|
|
20
20
|
permalink: /pages/public/learn/roundtrip/quicksearch/
|
21
21
|
regenerate: false
|
22
22
|
|
23
|
-
resources: [ lunr, rouge, lightbox, clipboard ]
|
23
|
+
resources: [ animate, lunr, rouge, lightbox, clipboard ]
|
24
24
|
resource_options:
|
25
25
|
- toccer:
|
26
26
|
collapseDepth: 3
|
@@ -124,7 +124,6 @@ aus Werbekampagnen erlauben es uns Ihnen diese Website kostenlos zur Verfügung
|
|
124
124
|
zu stellen. Partner ermöglichen es uns, Ihnen exzellente personalisierte
|
125
125
|
Dienste anzubieten sowie die Kosten für den Betrieb dieser Website zu
|
126
126
|
finanzieren.
|
127
|
-
|
128
127
|
endif::[]
|
129
128
|
|
130
129
|
|
@@ -154,7 +153,6 @@ System befinden. In diesem Fall sind möglicherweise bereits vorhandene Cookies
|
|
154
153
|
</a>
|
155
154
|
</div>
|
156
155
|
++++
|
157
|
-
|
158
156
|
endif::[]
|
159
157
|
|
160
158
|
ifeval::[{logs-files} == true]
|
@@ -176,7 +174,6 @@ Diese sind:
|
|
176
174
|
Wir können diese Protokollinformationen mit anderen Informationen kombinieren.
|
177
175
|
Wir tun dies, um die von uns angebotenen Dienstleistungen zu verbessern und das
|
178
176
|
Angebot auf unseren Seiten zu verbessern.
|
179
|
-
|
180
177
|
endif::[]
|
181
178
|
|
182
179
|
ifeval::[{google-analytics} == true]
|
@@ -212,7 +209,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
212
209
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
213
210
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
214
211
|
die volle Funktionalität dieser Website zu nutzen.
|
215
|
-
|
216
212
|
endif::[]
|
217
213
|
|
218
214
|
ifeval::[{hyvor} == true]
|
@@ -253,7 +249,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
253
249
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
254
250
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
255
251
|
die volle Funktionalität dieser Website zu nutzen.
|
256
|
-
|
257
252
|
endif::[]
|
258
253
|
|
259
254
|
|
@@ -301,7 +296,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
301
296
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
302
297
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
303
298
|
die volle Funktionalität dieser Website zu nutzen.
|
304
|
-
|
305
299
|
endif::[]
|
306
300
|
|
307
301
|
ifeval::[{twitter} == true]
|
@@ -340,7 +334,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
340
334
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
341
335
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
342
336
|
die volle Funktionalität dieser Website zu nutzen.
|
343
|
-
|
344
337
|
endif::[]
|
345
338
|
|
346
339
|
ifeval::[{instagram} == true]
|
@@ -388,12 +381,11 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
388
381
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
389
382
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
390
383
|
die volle Funktionalität dieser Website zu nutzen.
|
391
|
-
|
392
384
|
endif::[]
|
393
385
|
|
394
386
|
|
395
387
|
ifeval::[{youtube} == true]
|
396
|
-
== Verwendung von Videos (
|
388
|
+
== Verwendung von YouTube Videos (YTV)
|
397
389
|
|
398
390
|
Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *YouTube*
|
399
391
|
(YT) eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
|
@@ -426,11 +418,10 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
426
418
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
427
419
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
428
420
|
die volle Funktionalität dieser Website zu nutzen.
|
429
|
-
|
430
421
|
endif::[]
|
431
422
|
|
432
423
|
ifeval::[{vimeo} == true]
|
433
|
-
== Verwendung von Videos (
|
424
|
+
== Verwendung von Vimeo Videos (VIV)
|
434
425
|
|
435
426
|
Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *Vimeo*
|
436
427
|
(VI) eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
|
@@ -463,5 +454,4 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
|
|
463
454
|
entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
|
464
455
|
jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
|
465
456
|
die volle Funktionalität dieser Website zu nutzen.
|
466
|
-
|
467
457
|
endif::[]
|
@@ -118,7 +118,6 @@ additional functions, or carry out advertising campaigns. Revenue from
|
|
118
118
|
advertising allows us to make this website available to you free of charge.
|
119
119
|
Partners enable us to offer you excellent personalized services and
|
120
120
|
finance the costs of running this website.
|
121
|
-
|
122
121
|
endif::[]
|
123
122
|
|
124
123
|
|
@@ -147,7 +146,6 @@ functions of your browser.
|
|
147
146
|
</a>
|
148
147
|
</div>
|
149
148
|
++++
|
150
|
-
|
151
149
|
endif::[]
|
152
150
|
|
153
151
|
ifeval::[{logs-files} == true]
|
@@ -168,7 +166,6 @@ These are:
|
|
168
166
|
|
169
167
|
We can combine this log information with other information. We do this to
|
170
168
|
improve the services we offer and to improve the content on our website.
|
171
|
-
|
172
169
|
endif::[]
|
173
170
|
|
174
171
|
ifeval::[{google-analytics} == true]
|
@@ -202,7 +199,6 @@ link:{url-google--privacy-policy-de}[Privacy Settings, {browser-window--new}].
|
|
202
199
|
NOTE: You can object to its use at any time by selecting the appropriate
|
203
200
|
settings with your privacy settings. Notice, however, that you may not be able
|
204
201
|
to use the full functionality of this website in this case.
|
205
|
-
|
206
202
|
endif::[]
|
207
203
|
|
208
204
|
ifeval::[{hyvor} == true]
|
@@ -239,7 +235,6 @@ https://hyvor.com/privacy-policy[Privacy Settings, {browser-window--new}].
|
|
239
235
|
NOTE: You can object to its use at any time by selecting the appropriate
|
240
236
|
settings with your privacy settings. Notice, however, that you may not be able
|
241
237
|
to use the full functionality of this website in this case.
|
242
|
-
|
243
238
|
endif::[]
|
244
239
|
|
245
240
|
|
@@ -276,7 +271,6 @@ link:{url-facebook--privacy-policy-en}[Privacy Settings, {browser-window--new}].
|
|
276
271
|
NOTE: You can object to its use at any time by selecting the appropriate
|
277
272
|
settings with your privacy settings. Notice, however, that you may not be able
|
278
273
|
to use the full functionality of this website in this case.
|
279
|
-
|
280
274
|
endif::[]
|
281
275
|
|
282
276
|
ifeval::[{twitter} == true]
|
@@ -312,7 +306,6 @@ link:{url-twitter--privacy-policy-en}[Privacy Settings, {browser-window--new}].
|
|
312
306
|
NOTE: You can object to its use at any time by selecting the appropriate
|
313
307
|
settings with your privacy settings. Notice, however, that you may not be able
|
314
308
|
to use the full functionality of this website in this case.
|
315
|
-
|
316
309
|
endif::[]
|
317
310
|
|
318
311
|
ifeval::[{instagram} == true]
|
@@ -348,12 +341,11 @@ link:{url-instagram--privacy-policy}[Privacy Settings, {browser-window--new}].
|
|
348
341
|
NOTE: You can object to its use at any time by selecting the appropriate
|
349
342
|
settings with your privacy settings. Notice, however, that you may not be able
|
350
343
|
to use the full functionality of this website in this case.
|
351
|
-
|
352
344
|
endif::[]
|
353
345
|
|
354
346
|
|
355
347
|
ifeval::[{youtube} == true]
|
356
|
-
== Use of Videos (
|
348
|
+
== Use of YouTube Videos (YTV)
|
357
349
|
|
358
350
|
On our pages, *functions* (player) of the video platform *YouTube* (YT) may be
|
359
351
|
embedded. This functionality is only available if you have given your consent
|
@@ -384,11 +376,10 @@ link:{url-google--privacy-policy-de}[Privacy Settings, {browser-window--new}].
|
|
384
376
|
NOTE: You can object to its use at any time by selecting the appropriate
|
385
377
|
settings with your privacy settings. Notice, however, that you may not be able
|
386
378
|
to use the full functionality of this website in this case.
|
387
|
-
|
388
379
|
endif::[]
|
389
380
|
|
390
381
|
ifeval::[{vimeo} == true]
|
391
|
-
== Use of Videos (
|
382
|
+
== Use of Vimeo Videos (VIV)
|
392
383
|
|
393
384
|
On our pages, *functions* (player) of the video platform *Vimeo* (VI) may be
|
394
385
|
embedded. This functionality is only available if you have given your consent
|
@@ -419,5 +410,4 @@ link:{url-vimeo--privacy-policy}[Privacy Settings, {browser-window--new}].
|
|
419
410
|
NOTE: You can object to its use at any time by selecting the appropriate
|
420
411
|
settings with your privacy settings. Notice, however, that you may not be able
|
421
412
|
to use the full functionality of this website in this case.
|
422
|
-
|
423
413
|
endif::[]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2022.0.
|
4
|
+
version: 2022.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -376,6 +376,7 @@ files:
|
|
376
376
|
- assets/error_pages/HTTP404.html
|
377
377
|
- assets/error_pages/HTTP444.html
|
378
378
|
- assets/error_pages/HTTP445.html
|
379
|
+
- assets/error_pages/HTTP446.html
|
379
380
|
- assets/error_pages/HTTP500.html
|
380
381
|
- assets/error_pages/HTTP501.html
|
381
382
|
- assets/error_pages/HTTP502.html
|
@@ -1613,9 +1614,11 @@ files:
|
|
1613
1614
|
- lib/starter_web/_data/modules/attics.yml
|
1614
1615
|
- lib/starter_web/_data/modules/authentication.yml
|
1615
1616
|
- lib/starter_web/_data/modules/cookieconsent.yml
|
1617
|
+
- lib/starter_web/_data/modules/cookies.yml
|
1616
1618
|
- lib/starter_web/_data/modules/defaults/attics.yml
|
1617
1619
|
- lib/starter_web/_data/modules/defaults/authentication.yml
|
1618
1620
|
- lib/starter_web/_data/modules/defaults/cookieconsent.yml
|
1621
|
+
- lib/starter_web/_data/modules/defaults/cookies.yml
|
1619
1622
|
- lib/starter_web/_data/modules/defaults/fab.yml
|
1620
1623
|
- lib/starter_web/_data/modules/defaults/framer.yml
|
1621
1624
|
- lib/starter_web/_data/modules/defaults/log4javascript.yml
|