betterplace-content 0.5.3 → 0.5.5
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/_includes/subnavi-landingpages-de.html +6 -1
- data/_includes/subnavi-landingpages-en.html +5 -2
- data/_layouts/default.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04ee60a366bd1269efd578098829dc2d28e65120
|
|
4
|
+
data.tar.gz: 923da448c7a9b53b71ba8488c61dfd126d1eabf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb83702ed4139cd927006ce1a99c0d1fc5e68efbf0d60558c92bb1088a2ad4cab60cf6de14567187686aaaa94fd4f1ba1de2e744b14eded15c75e75b98b07bc9
|
|
7
|
+
data.tar.gz: f7c1ae206bf156e6cd54dc9f8845d36a18e9900dd95042fa1efca762dbeb4432c4b8722ecc59abb5754582e22f9663afcba01be5e1bf8e099fabaf5a40667934
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<!--<ul class="generic-subnavi">
|
|
2
2
|
<li><a href="{{ include.hostname }}/c/spenden-sammeln/als-verein">Als gemeinnützige Organisation</a></li>
|
|
3
3
|
<li><a href="{{ include.hostname }}/c/spenden-sammeln/als-privatperson">Als Privatperson</a></li>
|
|
4
4
|
<li><a href="{{ include.hostname }}/c/spenden-sammeln/als-unternehmen">Als Unternehmen</a></li>
|
|
5
|
+
</ul>-->
|
|
6
|
+
<ul class="generic-subnavi">
|
|
7
|
+
<li><a href="https://www.betterplace.org/de/collect-donations/online-fundraising">Als gemeinnützige Organisation</a></li>
|
|
8
|
+
<li><a href="https://www.betterplace.org/c/hilfe/anlass-spa">Als Privatperson</a></li>
|
|
9
|
+
<li><a href="{{ include.hostname }}/c/spenden-sammeln/als-unternehmen">Als Unternehmen</a></li>
|
|
5
10
|
</ul>
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
<!--<ul class="generic-subnavi">
|
|
2
2
|
<li><a href="{{ include.hostname }}/c/collect-donations/for-non-profit">Non profits</a></li>
|
|
3
3
|
<li><a href="{{ include.hostname }}/c/collect-donations/for-private-fundraiser">Private fundraiser</a></li>
|
|
4
|
-
|
|
4
|
+
</ul>-->
|
|
5
|
+
<ul class="generic-subnavi">
|
|
6
|
+
<li><a href="https://www.betterplace.org/en/collect-donations/online-fundraising">For social organisations</a></li>
|
|
7
|
+
<li><a href="https://www.betterplace.org/c/help/what-is-a-fundraising-event">For individuals</a></li>
|
|
5
8
|
</ul>
|
data/_layouts/default.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{% endif %}
|
|
22
22
|
|
|
23
23
|
{% comment %}Avoid redirect loop. We cannot have URLs ending in "/" since we redirect those with 302. But our "<root>/index.html" files are translated to "<root>/" since page.url is "/" for index.html. This creates the loop for the facebook-debugger for example. Using this clean_page_url solves the problem for the "<root>/index". For "<root>/<folder>/index" we have a different solution: we need to add a "permalink"-front-matter that has the same name as the folder, which also removes the trailing "/".{% endcomment %}
|
|
24
|
-
{% capture clean_page_url %}{% if page.url == '/' %}{% else %}{{ page.url }}{% endif %}{% endcapture %}
|
|
24
|
+
{% capture clean_page_url %}{% if page.url == '/' %}#{% else %}{{ page.url }}{% endif %}{% endcapture %}
|
|
25
25
|
|
|
26
26
|
<title>{{ page.title | default:'betterplace.org' }}</title>
|
|
27
27
|
|
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.5.
|
|
4
|
+
version: 0.5.5
|
|
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: 2018-08-
|
|
11
|
+
date: 2018-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|