betterplace-content 0.7.121 → 0.7.122

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +3 -12
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31532ef440adbb7ccfa6051ee021bf5859ff209aaa0b68cbca1a07142525eb29
4
- data.tar.gz: 78ebfef0eba2347511b15adc507379fff03ff16d89d185d9b497f1096ea06ff9
3
+ metadata.gz: 5d2439f5b777a3f23029fdcedba7a68358feabbac89dffd972258f21be5e1d30
4
+ data.tar.gz: 149553ed5a70bf946bd4649da59e80b2de7fadd3217678a3d2889d0b2d730757
5
5
  SHA512:
6
- metadata.gz: d84f379ee9f527ee2bb1c6c1d3dbd0bf2605a1b2f692f0f25baa109726549e84f039279a2622183b5344d55aa25f0343b2b3e5538afc5650d006245db885e589
7
- data.tar.gz: 85927494474c52398ca0bdb14671fb3bb22ee37076fbe00067a448ec86629f8a605300469def900e1c0a4d54c207edb3c3de70f849ec440074d4badab73ec953
6
+ metadata.gz: f255c74d187b9dfbd0d8bcc86536a0bb71ccf9bfe020e5dd9da098accf2e569726d29891449c24d324fae4907e3cfe500c958da388610edc4fae4453342d1d3a
7
+ data.tar.gz: 68051de67b2eacbf6bd85671d02cd781674e24a7cdce2243ae519e8d23c9b8019c7079e2e52fbfd6da9467fb504d6e422ad19c7f154766a6318e60d1a41d63e1
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
6
6
  <meta name='csrf-token' content='' />
7
-
7
+ <script src="{{ style_host }}/{{ site.lang }}/layouts/packs.js"></script>
8
8
  <script>
9
9
  if (window.innerWidth > 451) {
10
10
  document.querySelector("meta[name='viewport']").setAttribute('content', 'width=1100');
@@ -59,8 +59,6 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
59
59
  <link rel="stylesheet" href="{{ style_host }}{{ site.baseurl }}{{ site._options.content.styles }}" />
60
60
  {% endif %}
61
61
 
62
- <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/application" />
63
-
64
62
  <link rel="shortcut icon" href="https://betterplace-assets.betterplace.org/static-images/logos/favicon.png" />
65
63
 
66
64
  {{ page.head_include }}{{ site.head_include }}{{ layout.head_include }}
@@ -74,7 +72,8 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
74
72
  </head>
75
73
  {% assign transparent_header = page.transparent_header | default: site.transparent_header %}
76
74
  <body class="{% if page.url contains '404' %} error404 {% else %} {{ site.css_root }} {% endif %}{% if transparent_header %} has-transparent-header {% endif %}">
77
- <div id="fb-root"></div>
75
+
76
+ <div id="fb-root"></div>
78
77
 
79
78
  <div class='fixed-viewport-width bg-white'>
80
79
 
@@ -147,13 +146,5 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
147
146
 
148
147
  document.addEventListener('DOMContentLoaded', replaceHost)
149
148
  </script>
150
-
151
- {% comment -%}
152
- // The application JS pack is needed for the header, footer,
153
- // and some other rare cases like project-swiper, counter-widget, timer-widget
154
- {% endcomment -%}
155
- <script src="{{ style_host }}/de/layouts/current_pack/application"></script>
156
- <script src="{{ style_host }}/de/layouts/current_pack/locale_{{ site.lang }}"></script>
157
-
158
149
  </body>
159
150
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.121
4
+ version: 0.7.122
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-29 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubygems_version: 3.2.22
215
+ rubygems_version: 3.3.15
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: betterplace.org's Jekyll Content Theme