betterplace-content 0.7.58 → 0.7.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +1 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0498ae9b9b00efc4054115569d7580c2b712871f6203c131124f90cac4b01398'
4
- data.tar.gz: 1a13df95bd8c436ce08adf7c10c4d132a11da7cbdb5369251bb70f8a5d8ae1e1
3
+ metadata.gz: fd4d8a5bd8182df9723bd88558fa4c679a7782728c847fe0b83357a58638a6cf
4
+ data.tar.gz: f0e5adff66bccfd06f9ddff052f4647e155bcb435a541c0e37185545032abab5
5
5
  SHA512:
6
- metadata.gz: 04a2d08a79545d894828e6eccb1393f50e00212fbd47557c3aa889c51d33c8d2d27d19fcd8386a7fd42c2e83c7b0df5aac15991c0223eb1eda19d93797644fd8
7
- data.tar.gz: bb1b5cedf94f299d3b58d294e19531110d8b9b8faab76d64971c82774948c8185281a4b9a9fcd0baf37d29721b1a61ba201e908814629a59fb17a55168f9a4d7
6
+ metadata.gz: e407dac245e5d3e9d771cc2253b69cf3fe2879eb27dfc9f52d423fc00bc3f965524bfe09804408c81f2295bd1209b8978d8318d3c28a495f9114aed22ecbf9e7
7
+ data.tar.gz: 6a96209592a4a575e7d0496cd4836e0769f8e6b20f50ee9f758f61c752836b3264f17150e5be5b60e204114efea3d279e32cb81d1203dca3eb6d5fa329a1c075
@@ -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 "/".
@@ -60,7 +58,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
60
58
 
61
59
  <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/application" />
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
 
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.58
4
+ version: 0.7.60
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: 2020-08-04 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll