betterplace-content 0.7.110 → 0.7.111

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_layouts/default.html +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af1e4ab569a623ebc5f176034173046e62466abf446490e4eb8a89e8a129692b
4
- data.tar.gz: 17cbee4e700bdfc8ef850365bca8452c04b98ad5aef702ecfd0dcc899c311b06
3
+ metadata.gz: 852a3dc718ff902ec2d407c08ea42eab020e4c8a567ffc4b795c7c3e5d569a92
4
+ data.tar.gz: 1023f93eab4d476a8a2f5f04ace23d4fcf70e084a325e72a85493acbf957559d
5
5
  SHA512:
6
- metadata.gz: ebcbdbd9a8564d079ef365265708fac8ce705216089f84a8f3d272068dd23f00f77e2fccf6b1acbf3e44a8a79a81014e6ca032a079108200579bd38a0daf9f1e
7
- data.tar.gz: 75835f1a67dfad949cbcbc5f282648fee444e96155b0ad9aec2988b052f7b425c395596b1590028121c2673a96df7c5ccee1f97a85dd35732bec17974612a593
6
+ metadata.gz: e486032d796fd41259b0e1a6a728aed0a39a4a061b7218522949008fa8dbc616ada779a7f1d77f40e868365128d8e792aa416bee22362bd64c5bd6bc49a65769
7
+ data.tar.gz: 3a50ec78cc3a8fc05637fcd4fb3cb68616592320978e99ff975cd222f11aeb01bfa32f0e0be026157e453e6485143ad4aaa6a8ebd8f57cdf8f16ee2e0bdf4e79
data/README.md CHANGED
@@ -22,7 +22,7 @@ And then execute:
22
22
 
23
23
  ## Development
24
24
 
25
- To set up your environment to develop this theme, run the `script/bootstrap` script. Note that
25
+ To set up your environment to develop this theme, run the [`script/bootstrap`](script/bootstrap) script. Note that
26
26
  this will check out **all** betterplace content repositories and install their bundles.
27
27
 
28
28
  The installation script will ask you for a personal github access token with repo access.
@@ -56,7 +56,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
56
56
  <link rel="stylesheet" href="{{ style_host }}{{ site.baseurl }}{{ site._options.content.styles }}" />
57
57
  {% endif %}
58
58
 
59
- <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/utils" />
59
+ <link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/application" />
60
60
 
61
61
  <link rel="shortcut icon" href="https://betterplace-assets.betterplace.org/static-images/logos/favicon.png" />
62
62
 
@@ -110,7 +110,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
110
110
 
111
111
  </div>
112
112
 
113
- <script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
113
+ <script src="{{ style_host }}/de/layouts/current_pack/application"></script>
114
114
  <script src="{{ style_host }}/de/layouts/current_pack/locale_{{ site.lang }}"></script>
115
115
  <script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
116
116
  <script>
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.110
4
+ version: 0.7.111
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-04-26 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.3.5
220
+ rubygems_version: 3.2.30
221
221
  signing_key:
222
222
  specification_version: 4
223
223
  summary: betterplace.org's Jekyll Content Theme