betterplace-content 0.7.64 → 0.7.69
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 -0
- data/_sass/about-us/feature.sass +2 -13
- data/assets/theme_images/og-image-v2.png +0 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feb901d9533c8f3a06bee0424f1367464565dfda409e780701fdcee85f919916
|
4
|
+
data.tar.gz: d7d7fafde8996fbd4a565d138ec429c737ee1b29083f06fdf072e6029645157c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b897192277b7733d1eb14fc2c98344676e60b44297df18d0b0ef658140617caeae7321dc362f84f2d58998cde460885e61f0cefb876449e8e61b809d4226ff5f
|
7
|
+
data.tar.gz: 8553f58fd81f558fc7adfc21f10e7764a66449ac5b556125d344921fd4f6dad6c5ddaf79c2edf209ecfea4b0aa2dfa3eed1baa272ad87fd26c0770f4bfef7a16
|
data/_layouts/default.html
CHANGED
@@ -111,6 +111,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
|
114
|
+
<script src="{{ style_host }}/de/layouts/current_pack/locale_{{ site.lang }}"></script>
|
114
115
|
<script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
|
115
116
|
|
116
117
|
</body>
|
data/_sass/about-us/feature.sass
CHANGED
@@ -45,30 +45,19 @@
|
|
45
45
|
background: darken($very-light-grey, 2%)
|
46
46
|
border-left-color: darken($medium-green, 2%)
|
47
47
|
|
48
|
-
|
49
|
-
content: "+"
|
48
|
+
i
|
50
49
|
position: absolute
|
51
50
|
top: 50%
|
52
51
|
margin-top: -8px
|
53
52
|
display: block
|
54
53
|
font-size: 19px
|
55
|
-
background: white
|
56
|
-
border-radius: 10px
|
57
|
-
height: 16px
|
58
|
-
width: 16px
|
59
|
-
line-height: 16px
|
60
|
-
font-weight: bold
|
61
|
-
text-align: center
|
62
|
-
-webkit-font-smoothing: antialiased
|
63
54
|
|
64
55
|
+desktop
|
65
56
|
left: -41px
|
66
|
-
color: $medium-green
|
67
57
|
|
68
58
|
+phone
|
69
59
|
left: 20px
|
70
|
-
color:
|
71
|
-
background: $medium-green
|
60
|
+
color: $medium-green !important
|
72
61
|
|
73
62
|
.btn + br
|
74
63
|
+desktop
|
Binary file
|
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.69
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- betterplace.org Developers
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
83
|
+
description:
|
84
84
|
email:
|
85
85
|
- developers@betterplace.org
|
86
86
|
executables: []
|
@@ -202,7 +202,7 @@ homepage: https://github.com/betterplace/content--theme
|
|
202
202
|
licenses:
|
203
203
|
- Apache-2.0
|
204
204
|
metadata: {}
|
205
|
-
post_install_message:
|
205
|
+
post_install_message:
|
206
206
|
rdoc_options: []
|
207
207
|
require_paths:
|
208
208
|
- lib
|
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
version: '0'
|
219
219
|
requirements: []
|
220
220
|
rubygems_version: 3.0.3
|
221
|
-
signing_key:
|
221
|
+
signing_key:
|
222
222
|
specification_version: 4
|
223
223
|
summary: betterplace.org's Jekyll Content Theme
|
224
224
|
test_files: []
|