betterplace-content 0.5.3 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33fee79100f7c64916a914d739dfe2cb930eab95
4
- data.tar.gz: 22dc206b194372acc22ad12c9814880fbb7af524
3
+ metadata.gz: 04ee60a366bd1269efd578098829dc2d28e65120
4
+ data.tar.gz: 923da448c7a9b53b71ba8488c61dfd126d1eabf6
5
5
  SHA512:
6
- metadata.gz: 21f6d01b4ad89d533073219c892b9b8e2453ac11e6f181072fedcf6389fc011b981919d8ca70ae82a0c6dd340675987bef34770ccd8425dcce8f9f3b92e30f26
7
- data.tar.gz: 2b8c814d3af79035bfd15d2dca3ed87bc8912fdc72b7be55036dfd027dfc986349c436fe711a638be400fbb1c4ffbd92a681855ca01ce69ba2784eae269e7eba
6
+ metadata.gz: bb83702ed4139cd927006ce1a99c0d1fc5e68efbf0d60558c92bb1088a2ad4cab60cf6de14567187686aaaa94fd4f1ba1de2e744b14eded15c75e75b98b07bc9
7
+ data.tar.gz: f7c1ae206bf156e6cd54dc9f8845d36a18e9900dd95042fa1efca762dbeb4432c4b8722ecc59abb5754582e22f9663afcba01be5e1bf8e099fabaf5a40667934
@@ -1,5 +1,10 @@
1
- <ul class="generic-subnavi">
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
- <ul class="generic-subnavi">
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
- <li><a href="{{ include.hostname }}/c/collect-donations/for-companies">Companies</a></li>
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>
@@ -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.3
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-21 00:00:00.000000000 Z
11
+ date: 2018-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll