@leuffen/themejs1 6.1.6 → 6.1.7
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.
|
@@ -4,15 +4,23 @@ layout: null
|
|
|
4
4
|
<!DOCTYPE html>
|
|
5
5
|
<html class="loader" lang="{{ page.lang }}">
|
|
6
6
|
<head>
|
|
7
|
-
<base href="{% if site.baseurl ==
|
|
7
|
+
<base href="{% if site.baseurl == '' or site.baseurl == null %}/{% else %}{{ site.baseurl }}{% endif %}">
|
|
8
8
|
|
|
9
|
+
{% comment %}
|
|
10
|
+
Hier Google Site Verification einfügen:
|
|
11
|
+
{% endcomment %}
|
|
9
12
|
<meta name="google-site-verification" content="NN1A2XEV3PkleJTab6JgTUjJxadD8L_j1ZFHXf8D19Y" />
|
|
10
13
|
|
|
11
14
|
<link rel="canonical" href="{{ site.data.general.site_base_url }}{{ page.url }}"/>
|
|
12
15
|
<meta charset="utf-8">
|
|
13
16
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5.0, shrink-to-fit=no">
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
{% comment %}
|
|
19
|
+
Der Titel: Wenn null dann default title für website general.yaml nehmen - bei Article original Titel und Titel anfügen. Default:
|
|
20
|
+
Website: Nur Titel aus general.yaml
|
|
21
|
+
Article: Titel + Website Titel
|
|
22
|
+
{% endcomment %}
|
|
23
|
+
<title>{% if page.title != null && page.title != "" %}{{ page.title | strip_html | escape }}{% else %}{{ site.data.general.title }}{%endif%}{% if page.type != 'website' %} - {{ site.data.general.title }}{%endif%}</title>
|
|
16
24
|
<meta name="description" content="{{ page.description | strip_newlines| strip_html | escape | replace: " ", " " | replace: " ", " " | replace: " ", " " | lstrip}}">
|
|
17
25
|
<meta name="keywords" content="{{ page.keywords | strip_newlines | escape }}">
|
|
18
26
|
<meta name="last-modified" content="{{ site.time }}">
|
|
@@ -25,15 +33,15 @@ layout: null
|
|
|
25
33
|
<meta property="og:title" content="{% if page.type != 'website' %}{{ page.title | strip_html | escape }}} - {%endif%}{{ site.data.general.title }}">
|
|
26
34
|
<meta property="og:description" content="{{ page.description | strip_html | strip_newlines | escape | replace: " ", " " | replace: " ", " " | replace: " ", " " | lstrip }}">
|
|
27
35
|
|
|
28
|
-
<meta property="og:image" itemprop="image" content="
|
|
29
|
-
<meta property="og:image:type" content="
|
|
36
|
+
<meta property="og:image" itemprop="image" content="/assets/logo256.png">
|
|
37
|
+
<meta property="og:image:type" content="image/png">
|
|
30
38
|
<meta property="og:image:width" content="256">
|
|
31
39
|
<meta property="og:image:height" content="256">
|
|
32
40
|
|
|
33
41
|
<meta name="twitter:card" content="summary_large_image">
|
|
34
42
|
<meta name="twitter:title" content="{{ page.title | strip_html }}">
|
|
35
43
|
<meta name="twitter:description" content="{{ page.description | strip_html | strip_newlines | escape }}">
|
|
36
|
-
<meta name="twitter:image" content="
|
|
44
|
+
<meta name="twitter:image" content="/assets/logo256.png">
|
|
37
45
|
|
|
38
46
|
{% if page.type != 'website' %}
|
|
39
47
|
<meta property="article:author" content="{{ site.data.general.title }}">
|
|
@@ -44,7 +52,7 @@ layout: null
|
|
|
44
52
|
<link rel="dns-prefetch" href="https://cdn.leuffen.de">
|
|
45
53
|
<link rel="preconnect" href="https://cdn.leuffen.de">
|
|
46
54
|
|
|
47
|
-
<link rel="icon" href="/assets/
|
|
55
|
+
<link rel="icon" href="/assets/logo256.png" />
|
|
48
56
|
<script>
|
|
49
57
|
window.lang = '{{ page.lang }}';
|
|
50
58
|
window.pid = '{{ page.pid }}'
|
package/_tpl/pages/index.de.md
CHANGED
|
@@ -9,7 +9,7 @@ ptags:
|
|
|
9
9
|
- nav
|
|
10
10
|
published: true
|
|
11
11
|
order: 1
|
|
12
|
-
title:
|
|
12
|
+
title: ~
|
|
13
13
|
body_class: ~
|
|
14
14
|
short_title: Home
|
|
15
15
|
_schiller_instructions: "Ändere die Texte und Bilder. Füge am Ende die CTA ein. Gehe auf die im Context genannten Informationen ein. Entferne Links zu nicht vorhandenen Seiten."
|