betterplace-content 0.4.8 → 0.4.9

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 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f95848bfd0b3029d2a7466343b6d9616a7aaf2f9
4
- data.tar.gz: dc207519ad0d206a633b35b38e478c320bf64842
3
+ metadata.gz: 72e59a4dafef9892dd719413e8baad8a428854fe
4
+ data.tar.gz: 24dfeb8dc196bbd2e81e98f600e078e07fa0762b
5
5
  SHA512:
6
- metadata.gz: 627cdba8cdd53dfffe55605b8adc062bd4f4ea9c9c08fe19a98ff8aaf65253fe0cab02c24ce109c84e401ae28d368856586210eb997f4da912aa733597afbd93
7
- data.tar.gz: 3405eb4a4bcf98b1a845302e4fcf368d503dbf70a1950a04914c561c822219f1ab7d74ad65eae3421ab08e9f2bbe41cbad83d21be9b4a3ed3f6dfab102dcb129
6
+ metadata.gz: e974f51a6c1c18a15fff805059d3b0207a93a467bdb2038ee99a5c620618101aa9ce50782ea23e3757318ce2a057ec0c8f8841580f7bc817580f562521e7cb7d
7
+ data.tar.gz: e7ae1f8fbae9a21e2ff55b3e5c62e56dc9419818452cde1cbd678a7d989eaeb191dd5f3a0af3292e63a2741aac83df6d4c3686a3b86e42017c45887c003fc11b
@@ -11,8 +11,10 @@
11
11
  {% comment %}Use via `JEKYLL_ENV=production bundle exec jekyll serve`{% endcomment %}
12
12
  {% if jekyll.environment == 'production' %}
13
13
  {% assign style_host = 'https://www.betterplace.org' %}
14
+ {% assign assets_host = 'https://betterplace-assets.betterplace.org' %}
14
15
  {% elsif jekyll.environment == 'staging' %}
15
16
  {% assign style_host = 'https://www.bp42.com' %}
17
+ {% assign assets_host = 'https://staging-assets.bp42.com' %}
16
18
  {% endif %}
17
19
 
18
20
  <title>{{ page.title | default:'betterplace.org' }}</title>
@@ -33,7 +35,7 @@
33
35
  <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/generics" />
34
36
  <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/application" />
35
37
 
36
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
38
+ <link rel="shortcut icon" href="{{ assets_host }}/static-images/logos/favicon.ico" type="image/x-icon" />
37
39
 
38
40
  {{ page.head_include }}{{ site.head_include }}{{ layout.head_include }}
39
41
 
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.4.8
4
+ version: 0.4.9
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: 2018-06-20 00:00:00.000000000 Z
11
+ date: 2018-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll