j1-template 2021.2.1 → 2021.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e071cf8b4c71a612e6d63c7d8bd3dbb0b0f23f125c9b565ca10ee0eae14aedee
4
- data.tar.gz: c230dc1b5143e07822dbd34e9535ccf5df3ab07d3d0ec2e2e56ac92e5d74e0e5
3
+ metadata.gz: 7f7e03f8152b50d85ea0e9f0b046f35d0365971641373276ef4e7d66ee27a209
4
+ data.tar.gz: b925f2e885a906d8b7cda24cc49015d017fbf0eedb11d65b6f5361bf04a2f49a
5
5
  SHA512:
6
- metadata.gz: 2af24e3d3659eae30aa1fb317ae0cdf51dc9553ea6fe97a19884c6a86cbf3c06d8e418dffb356544d52a8392e4e08ddba74e4aefa64a817c7ceeda042d0b2644
7
- data.tar.gz: 7cafa807d052bc8d55e0d1497f1bdedd59f0e2a2313bad2da882e1e8dbfe59f03fcbd2ebcd6ae195445f0625e9fa138df2b9fee6ca064bcc89743779dedcbb91
6
+ metadata.gz: 4f3ce8cdca39ad83576131a23c280f7f44a9d952dbc99802d395d0225dd3ebd59eab0001ff15c473fa69a554cfc31e59a9fd102da3b62c006028037dea3bd519
7
+ data.tar.gz: d0fd423cb26fb97bb385390a20e834711fb2aeea64b2cf3bfc844006a9edc3960c0901bea53ce18832a36a1925fa788ce86ea45fe646d1a9a5be4da41b7cbfb7
@@ -416,7 +416,7 @@ exclude_from_search: true
416
416
  {{list.service.description}}
417
417
  <hr>
418
418
  <a class="card-link text-muted text-lowercase" href="{{list.service.href}}">
419
- lesen · {{list.service.title}}
419
+ {{readmore_text}} · {{list.service.title}}
420
420
  </a>
421
421
  </div>
422
422
  </div>
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.2.1'
2
+ VERSION = '2021.2.2'
3
3
  end
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
53
53
 
54
54
  # Theme Rubies, default: J1 Template (NOT used for the development system)
55
55
  #
56
- gem 'j1-template', '~> 2021.2.1'
56
+ gem 'j1-template', '~> 2021.2.2'
57
57
 
58
58
  # ------------------------------------------------------------------------------
59
59
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2021.2.1
56
+ version: 2021.2.2
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -33,6 +33,8 @@ tag::urls[]
33
33
  :url-backstretch--home: https://www.jquery-backstretch.com/
34
34
  :url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch
35
35
 
36
+ :url-bs-cookie-banner--gh-repo: https://github.com/shaack/bootstrap-cookie-banner/
37
+
36
38
  :url-bs--home: https://getbootstrap.com/
37
39
  :url-bs--themes: https://themes.getbootstrap.com/
38
40
  :url-bs--expo: https://expo.getbootstrap.com/
@@ -124,6 +126,8 @@ tag::urls[]
124
126
  :url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome
125
127
  :url-fsevents--gh-repo: https://github.com/fsevents/fsevents
126
128
 
129
+ :url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in
130
+
127
131
  :url-getos--gh-repo: https://github.com/retrohacker/getos
128
132
 
129
133
  :url-git--home: https://git-scm.com/
@@ -138,6 +142,7 @@ tag::urls[]
138
142
  :url-gist--asciidoc-extensions-example: https://gist.github.com/mojavelinux/5546622
139
143
 
140
144
  :url-gdpr-eu--home: https://gdpr.eu/
145
+ :url-gdpr--C-673-17: https://curia.europa.eu/juris/liste.jsf?num=C-673/17
141
146
 
142
147
  :url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons
143
148
  :url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
@@ -423,7 +428,7 @@ end::tables[]
423
428
  // -----------------------------------------------------------------------------
424
429
  tag::products[]
425
430
  :j1--license: MIT License
426
- :j1--version: 2021.2.1
431
+ :j1--version: 2021.2.2
427
432
  :j1--site-name: Jekyll One
428
433
  end::products[]
429
434
 
@@ -364,6 +364,6 @@ end
364
364
 
365
365
  module Jekyll
366
366
  module J1LunrSearch
367
- VERSION = '2021.2.1'
367
+ VERSION = '2021.2.2'
368
368
  end
369
369
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.2.1",
4
+ "version": "2021.2.2",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.2.1",
4
+ "version": "2021.2.2",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.2.1",
4
+ "version": "2021.2.2",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
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: 2021.2.1
4
+ version: 2021.2.2
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-09-29 00:00:00.000000000 Z
11
+ date: 2021-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll