betterplace-content 0.7.56 → 0.7.62

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 374ae7c75c69eebdb2f1e22ae7eb2d96a6a18d3f9993f7eb8758572654ed2fc1
4
- data.tar.gz: ade44c1743a382ee15128005d768d2a53585c8dcdbd3f85032cb158bf0f87c78
3
+ metadata.gz: f18bf928e4c6f84ef5342d949bdf5c55b05ae82762369ba4da7b970b0afa81c4
4
+ data.tar.gz: aa904dcf9c603780d2d33c995397a36bf1855db0a5fab8fb44ccc62933c19fc8
5
5
  SHA512:
6
- metadata.gz: 27ffded31dd134a18e1e713eb4aa471b930f7ca002325d4a96954824bc8334f66685d731fc07a98d188c00ae33d9e083d7d04b6e6fcaf49d9ef3aa360814068b
7
- data.tar.gz: 9669dfb4ec0cc6fc3015c1fa43513eae0bd668e46085a0a0df87ef600b2a283a656f2a8d4b2e63cfa27540ff98a0116771c8bd73ed52402f1acbda7c923b9e72
6
+ metadata.gz: b5eb031f3cbe10a350c0dfb60fcbeca50754599ff2ee4dd2c85260f12314c7bca6aa863ac167b99a79515c54463c53f9b252b63bd44c6cb7af21ed99a561fb02
7
+ data.tar.gz: 83a7bc6ea7717787bb5e85fced5710783e9c4dbf01fa433d015f2a69b4178befb7f876f126463e52586e8b1c7987cc3e844b37f4d73d18bec9d0c5d6fa75f047
@@ -21,11 +21,9 @@
21
21
  {% if jekyll.environment == 'production' %}
22
22
  {% assign hostname = 'https://www.betterplace.org' %}
23
23
  {% assign style_host = 'https://www.betterplace.org' %}
24
- {% assign assets_host = 'https://betterplace-assets.betterplace.org' %}
25
24
  {% elsif jekyll.environment == 'staging' %}
26
25
  {% assign hostname = 'https://www.bp42.com' %}
27
26
  {% assign style_host = 'https://www.bp42.com' %}
28
- {% assign assets_host = 'https://staging-assets.bp42.com' %}
29
27
  {% endif %}
30
28
 
31
29
  {% comment %}Avoid redirect loop. We cannot have URLs ending in "/" since we redirect those with 302. But our "<root>/index.html" files are translated to "<root>/" since page.url is "/" for index.html. This creates the loop for the facebook-debugger for example. Using this clean_page_url solves the problem for the "<root>/index". For "<root>/<folder>/index" we have a different solution: we need to add a "permalink"-front-matter that has the same name as the folder, which also removes the trailing "/".
@@ -58,9 +56,9 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
58
56
  <link rel="stylesheet" href="{{ style_host }}{{ site.baseurl }}{{ site._options.content.styles }}" />
59
57
  {% endif %}
60
58
 
61
- <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/application" />
59
+ <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/utils" />
62
60
 
63
- <link rel="shortcut icon" href="{{ assets_host }}/static-images/logos/favicon.png" />
61
+ <link rel="shortcut icon" href="https://betterplace-assets.betterplace.org/static-images/logos/favicon.png" />
64
62
 
65
63
  {{ page.head_include }}{{ site.head_include }}{{ layout.head_include }}
66
64
 
@@ -107,7 +105,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
107
105
  {{ footer | replace_first:'<!--language-switch-content-->',language_switch_content }}
108
106
 
109
107
  {% include cookie_banner.html %}
110
- <script src="{{ style_host }}/de/layouts/current_javascript/application"></script>
108
+ <script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
111
109
  <script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
112
110
 
113
111
  </body>
@@ -108,10 +108,14 @@
108
108
  padding: 30px 20px 30px 20px
109
109
 
110
110
  .panel-collapse
111
+ display: none
111
112
  +phone
112
113
  transition: none
113
114
 
114
- .panel.expanded:last-child
115
+ .panel-expanded .panel-collapse
116
+ display: block
117
+
118
+ .panel-expanded:last-child
115
119
  position: relative
116
120
 
117
121
  &:before
@@ -15,6 +15,3 @@
15
15
 
16
16
  > p
17
17
  margin-bottom: 0
18
-
19
- // Desktop:
20
- @media (min-width: $breakpoint-sm)
@@ -41,3 +41,9 @@ body.about-us
41
41
 
42
42
  // refactor them urgently
43
43
  @import post
44
+
45
+ body.jobs
46
+ @import about-us/generic_content_header
47
+
48
+ html
49
+ scroll-behavior: smooth
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.56
4
+ version: 0.7.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.5'
19
+ version: '4.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.5'
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description:
83
+ description:
84
84
  email:
85
85
  - developers@betterplace.org
86
86
  executables: []
@@ -202,7 +202,7 @@ homepage: https://github.com/betterplace/content--theme
202
202
  licenses:
203
203
  - Apache-2.0
204
204
  metadata: {}
205
- post_install_message:
205
+ post_install_message:
206
206
  rdoc_options: []
207
207
  require_paths:
208
208
  - lib
@@ -217,8 +217,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.0.3
221
- signing_key:
220
+ rubygems_version: 3.1.2
221
+ signing_key:
222
222
  specification_version: 4
223
223
  summary: betterplace.org's Jekyll Content Theme
224
224
  test_files: []