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.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd4d8a5bd8182df9723bd88558fa4c679a7782728c847fe0b83357a58638a6cf
|
4
|
+
data.tar.gz: f0e5adff66bccfd06f9ddff052f4647e155bcb435a541c0e37185545032abab5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e407dac245e5d3e9d771cc2253b69cf3fe2879eb27dfc9f52d423fc00bc3f965524bfe09804408c81f2295bd1209b8978d8318d3c28a495f9114aed22ecbf9e7
|
7
|
+
data.tar.gz: 6a96209592a4a575e7d0496cd4836e0769f8e6b20f50ee9f758f61c752836b3264f17150e5be5b60e204114efea3d279e32cb81d1203dca3eb6d5fa329a1c075
|
data/_layouts/default.html
CHANGED
@@ -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="
|
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.
|
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-
|
11
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|