betterplace-content 0.7.24 → 0.7.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7164b97d28c44f5a0a48676eac7668e7fc128080e9c9ebd5c9d4440830b5f77
|
4
|
+
data.tar.gz: 6bf12cb6f59afbf87d6b6f0694c3034c0029cd6b570d1af822711967284a1e38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df7ce14f06c6623b5679ada2a2a8c8a7c6cec2827fd7d00dc41f13135d2cf3bb6bae4b62bd89795ebb89773658cc705cbc84970b6073c7a57ffa7a3e1918cea9
|
7
|
+
data.tar.gz: f793ebc95c9fee8603a51c0178dc970f02b1f1b8dcf22de8077ac8510b215ee0f34397b018b21c9f2f4a2dada52ccf1181b8ef4f7fa4f43437884b81f500d8e5
|
data/_layouts/default.html
CHANGED
@@ -42,7 +42,7 @@ Update 2019-07-19: Another problem that came us is, that URLs endet in .html whi
|
|
42
42
|
{% for item in page.multiple_translation_urls %}
|
43
43
|
<link rel="alternate" hreflang="{{ item[0] | replace:'_','-' }}"
|
44
44
|
href="{{ item[1] | replace:'https://www.betterplace.org',hostname }}">
|
45
|
-
{%
|
45
|
+
{% endfor %}
|
46
46
|
{% endif %}
|
47
47
|
<link rel="canonical" href="{{ hostname }}{{ site.baseurl }}{{ clean_page_url }}">{% comment %}So stellen wir sicher, dass wir nicht versehentlich eine content-LOREM.betterplace.org Domain im Index haben.{% endcomment %}
|
48
48
|
|