betterplace-content 0.6.2 → 0.6.3
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 +5 -5
- data/_includes/schema_org_structured_data.html +37 -0
- data/_layouts/default.html +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1616507c4d3adb5bee809be630be4543608e7ebeda250efc215d138443c62e1d
|
|
4
|
+
data.tar.gz: a7e337635ee6678d1aad32c6ca8b9322c29973f8ef8862d3a801f4aeec2c193a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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>
|
data/_layouts/default.html
CHANGED
|
@@ -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.
|
|
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:
|
|
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
|
-
|
|
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
|