betterplace-content 0.6.2 → 0.6.3

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
- SHA1:
3
- metadata.gz: 0d406013602604a820893558a9446adda1fdba26
4
- data.tar.gz: 6fc310ebe3aa81e19291cebb465243b76829c6c0
2
+ SHA256:
3
+ metadata.gz: 1616507c4d3adb5bee809be630be4543608e7ebeda250efc215d138443c62e1d
4
+ data.tar.gz: a7e337635ee6678d1aad32c6ca8b9322c29973f8ef8862d3a801f4aeec2c193a
5
5
  SHA512:
6
- metadata.gz: 027217c1582f8f8dd116e6e17eb061bf2aa8e9d0232a35383becbe783faa67192fc774bf9807cc0cb267d9a836ef135e81e6a4615f1184ca01c7ac6230ed714d
7
- data.tar.gz: 1fe81237c2b2ba7a4b5afa6f0f373622c189e7bbb785381453b95451cf2d214cb9e830adfb5b53fbc612689077918e75b2d94a1f80ada3988a7b558d64747454
6
+ metadata.gz: 3885b5d8a9522b8c6fad8fe4824ee9d6b6b7907bfbb2e152dd0d5b5a71eb8dbe93d15b19920cfc9988a6b0270058dfc600a6f15ca5d50e5ba19dd28aa38a14dd
7
+ data.tar.gz: 9e1d1abf613b44b508a7da05efbd797a2a296758197101071c05b4d21e8fbe469e048a4d3987c0aa963ee5f94e1bad1e124423605c12e57009f2c2e4908f46c2
@@ -0,0 +1,37 @@
1
+ {% comment %}
2
+
3
+ SYNC FILES / SYNC CHANGES
4
+ This content should be the same as …
5
+ https://github.com/betterplace/betterplace/blob/master/app/views/homepages/_schema_org_structured_data.html.erb
6
+
7
+ {% endcomment %}
8
+
9
+ <script type="application/ld+json">
10
+ { "@context": "http://schema.org",
11
+ "@type": "Organization",
12
+ "url": "https://www.betterplace.org/de",
13
+ "logo": "https://betterplace-assets.betterplace.org/static-images/logos/betterplace-org-logo--schema-org-structured-data.png",
14
+ "contactPoint": [
15
+ { "@type": "ContactPoint",
16
+ "telephone": "+49-30-7676-4488-42",
17
+ "contactType": "customer service",
18
+ "availableLanguage": ["German", "English"]
19
+ },
20
+ { "@type": "ContactPoint",
21
+ "telephone": "+49-30-7676-4488-49",
22
+ "contactType": "sales",
23
+ "availableLanguage": ["German", "English"]
24
+ }
25
+ ],
26
+ "sameAs": [
27
+ "https://www.facebook.com/betterplace.org",
28
+ "https://twitter.com/betterplace_org",
29
+ "https://plus.google.com/+betterplaceorg",
30
+ "https://www.instagram.com/betterplace_org/",
31
+ "https://www.youtube.com/user/betterplaceorg",
32
+ "https://www.xing.com/companies/betterplace.org",
33
+ "https://www.linkedin.com/company/509578",
34
+ "http://de.slideshare.net/betterplace_org"
35
+ ]
36
+ }
37
+ </script>
@@ -61,6 +61,9 @@
61
61
  {% include sharing.html sharing_host=hostname clean_page_url=clean_page_url %}
62
62
 
63
63
  {% if site.feed_meta_in_head %}{% feed_meta %}{% endif %}
64
+
65
+ {% include schema_org_structured_data.html %}
66
+
64
67
  </head>
65
68
  {% assign transparent_header = page.transparent_header | default: site.transparent_header %}
66
69
  <body class="{% if page.url contains '404' %} error404 {% else %} {{ site.css_root }} {% endif %}{% if transparent_header %} has-transparent-header {% endif %}">
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.6.2
4
+ version: 0.6.3
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-10-19 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -69,6 +69,7 @@ files:
69
69
  - _includes/help_categories.html
70
70
  - _includes/hero_image.html
71
71
  - _includes/hotjar.html
72
+ - _includes/schema_org_structured_data.html
72
73
  - _includes/searchbar-de.html
73
74
  - _includes/searchbar-en.html
74
75
  - _includes/searchform.html
@@ -192,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
193
  - !ruby/object:Gem::Version
193
194
  version: '0'
194
195
  requirements: []
195
- rubyforge_project:
196
- rubygems_version: 2.6.14
196
+ rubygems_version: 3.0.3
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: betterplace.org's Jekyll Content Theme