betterplace-content 0.7.62 → 0.7.63
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 +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83141c31596c263a867be060b8bb7ff5ba2731eee0489c09b849823128f71c92
|
|
4
|
+
data.tar.gz: c333acc63734b4bc89fb7beaa924cf0ad5dcd39167cf40522ff5b0713b5796cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b6cd64104a7e41286e76e2039953381294dc2a687c78fdb831c6fc47f043adf4ef008ee59cf25ac7e79eaf4eebf8cd06fab43b12f20acc4c8a6732e3f2f2768
|
|
7
|
+
data.tar.gz: bcae651ca45aca25418496fcd9d9abbcca6f646993cb5d7d280246344a91df768363f5ab6674f7c3cc5b2220f0e643e15a1e8384f159568fb6bfefbe688832c8
|
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,6 +107,9 @@ 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>
|
|
109
114
|
<script src="{{ style_host }}/de/layouts/current_pack/homepage"></script>
|
|
110
115
|
|
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.63
|
|
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-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|