betterplace-content 0.7.60 → 0.7.61
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 +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa9a51c2b876e2d248ea6c4c64759902707c86d309c74df048882edfb532bb19
|
4
|
+
data.tar.gz: 3c3d5f5b52415a9a90faf8cea6c1011620995f90d3729cbea40bc9597cc5056b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2a04de6550671ae757ac6788a9cc6739df8a9637ffffafb31b97f9f4a7266f42d8f2da609a0f9378750c28926fe0048370829a3d440285c693fbab348279e65
|
7
|
+
data.tar.gz: b9dea09c542109df26330dac91c0d7d797f3bc49d9fc80c4537ce681dda5a5de22646a2619d558fa82f6c4b23af7fff2e6236608ccbc6ebd6e71130cb1fb0773
|
data/_layouts/default.html
CHANGED
@@ -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/
|
59
|
+
<link rel="stylesheet" href="{{ style_host }}/de/layouts/current_stylesheet/utils" />
|
60
60
|
|
61
61
|
<link rel="shortcut icon" href="https://betterplace-assets.betterplace.org/static-images/logos/favicon.png" />
|
62
62
|
|
@@ -105,7 +105,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
105
105
|
{{ footer | replace_first:'<!--language-switch-content-->',language_switch_content }}
|
106
106
|
|
107
107
|
{% include cookie_banner.html %}
|
108
|
-
<script src="{{ style_host }}/de/layouts/
|
108
|
+
<script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
|
109
109
|
<script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
|
110
110
|
|
111
111
|
</body>
|
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.61
|
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-
|
11
|
+
date: 2020-09-30 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.
|
220
|
+
rubygems_version: 3.1.2
|
221
221
|
signing_key:
|
222
222
|
specification_version: 4
|
223
223
|
summary: betterplace.org's Jekyll Content Theme
|