@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 == "" or site.baseurl == null %}/{% else %}{{ site.baseurl }}{% endif %}">
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
- <title>{{ page.title | strip_html | escape }}{% if page.type != 'website' %} - {{ site.data.general.title }}{%endif%}</title>
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="{{ site.data.defaults.logo256 }}">
29
- <meta property="og:image:type" content="{{ site.data.defaults.logo256_type}}">
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="{{ site.data.defaults.logo256 }}">
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/logo1x1.png" />
55
+ <link rel="icon" href="/assets/logo256.png" />
48
56
  <script>
49
57
  window.lang = '{{ page.lang }}';
50
58
  window.pid = '{{ page.pid }}'
@@ -13,7 +13,7 @@ published: true
13
13
  seoScore: 8
14
14
  short_title: Home
15
15
  body_class: ~
16
- title: Hausarztpraxis
16
+ title: ~
17
17
  type: website
18
18
  ---
19
19
  # Willkommen in der Hausarztpraxis Graß
@@ -13,7 +13,7 @@ published: true
13
13
  seoScore: 8
14
14
  short_title: Home
15
15
  body_class: ~
16
- title: Hausarztpraxis
16
+ title: ~
17
17
  type: website
18
18
  ---
19
19
  # Willkommen in der Hausarztpraxis Graß
@@ -9,7 +9,7 @@ ptags:
9
9
  - nav
10
10
  published: true
11
11
  order: 1
12
- title: Frauenärztin
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
@@ -9,7 +9,7 @@ ptags:
9
9
  - nav
10
10
  published: true
11
11
  order: 1
12
- title: Titel - Beschreibung
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."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "6.1.6",
3
+ "version": "6.1.7",
4
4
 
5
5
  "description": "",
6
6
  "license": "proprietary",