betterplace-content 0.7.62 → 0.7.67
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.
- checksums.yaml +4 -4
- data/_layouts/default.html +6 -0
- data/_layouts/error404.html +1 -1
- data/_layouts/help.html +1 -1
- data/_layouts/news.html +1 -1
- data/_layouts/post.html +1 -1
- data/_sass/about-us/feature.sass +2 -13
- 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: fbd2377b38587bd2f0ab101f0ac19915a1162cb2aaa065059234a2822b77423d
|
|
4
|
+
data.tar.gz: adf869c2144fb4e13fded273cc6e943bbd50c2edbf98749e11a87d7e106d3aec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ede39a505b43f0ad460fcbc59b16731bc5a4082dd644e38843ce67ad2fd9587e91fff9e322798f2df0a6e9ccabddbec0efbcdb8e3c685c139c87d2e67dfae385
|
|
7
|
+
data.tar.gz: 9d0d3020b94478454dc29a3e668c46d73e4613c256ef36f9a7c2db2d6ae1c4d0086286b26b0c4c1f8ea4958435591a614d6c960dbe27200805d011f3e0c05e2e
|
data/_layouts/default.html
CHANGED
|
@@ -73,6 +73,8 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
|
73
73
|
<body class="{% if page.url contains '404' %} error404 {% else %} {{ site.css_root }} {% endif %}{% if transparent_header %} has-transparent-header {% endif %}">
|
|
74
74
|
<div id="fb-root"></div>
|
|
75
75
|
|
|
76
|
+
<div class='fixed-viewport-width bg-white'>
|
|
77
|
+
|
|
76
78
|
{% include subnavi-helper.html hostname=hostname %}
|
|
77
79
|
|
|
78
80
|
{{ content }}
|
|
@@ -105,7 +107,11 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
|
105
107
|
{{ footer | replace_first:'<!--language-switch-content-->',language_switch_content }}
|
|
106
108
|
|
|
107
109
|
{% include cookie_banner.html %}
|
|
110
|
+
|
|
111
|
+
</div>
|
|
112
|
+
|
|
108
113
|
<script src="{{ style_host }}/de/layouts/current_pack/utils"></script>
|
|
114
|
+
<script src="{{ style_host }}/de/layouts/current_pack/locale_{{ site.translation_lang }}"></script>
|
|
109
115
|
<script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
|
|
110
116
|
|
|
111
117
|
</body>
|
data/_layouts/error404.html
CHANGED
|
@@ -8,7 +8,7 @@ head_include: <meta content="noindex" name="robots" />
|
|
|
8
8
|
<div class="row">
|
|
9
9
|
<div class="col-md-24 text-center">
|
|
10
10
|
|
|
11
|
-
<h1 class="
|
|
11
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md is-inverted">
|
|
12
12
|
{{ page.page_headline | default: 'Diese Seite konnten wir nicht finden' }}
|
|
13
13
|
</h1>
|
|
14
14
|
<p>Fehler 404</p>
|
data/_layouts/help.html
CHANGED
|
@@ -11,7 +11,7 @@ layout: default
|
|
|
11
11
|
<div class="container centered">
|
|
12
12
|
<div class="row">
|
|
13
13
|
<div class="col-md-20 offset-md-2">
|
|
14
|
-
<h1 class="
|
|
14
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.page_headline | default:page.title }}</h1>
|
|
15
15
|
|
|
16
16
|
<article class="help-article">
|
|
17
17
|
|
data/_layouts/news.html
CHANGED
|
@@ -13,7 +13,7 @@ layout: default
|
|
|
13
13
|
<div class="container centered">
|
|
14
14
|
<div class="row">
|
|
15
15
|
<div class="col-md-20 offset-md-2">
|
|
16
|
-
<h1 class="
|
|
16
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.title }}</h1>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<div class="{{ page.grid_class }}">
|
data/_layouts/post.html
CHANGED
|
@@ -15,7 +15,7 @@ layout: default
|
|
|
15
15
|
<div class="col-md-20 offset-md-2">
|
|
16
16
|
<article class="post">
|
|
17
17
|
|
|
18
|
-
<h1 class="
|
|
18
|
+
<h1 class="md:text-3xl text-xl text-center m-b-md">{{ page.page_headline | default:page.title }}</h1>
|
|
19
19
|
|
|
20
20
|
<div class="font-big-text generic-user-generated-text">
|
|
21
21
|
{{ content }}
|
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
|
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.67
|
|
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-10-05 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.0.3
|
|
221
221
|
signing_key:
|
|
222
222
|
specification_version: 4
|
|
223
223
|
summary: betterplace.org's Jekyll Content Theme
|