@leuffen/themejs1 9.0.9 → 9.0.11

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.
@@ -9,7 +9,7 @@ layout: 3_3_1_content
9
9
  <h1 layout="use: #hero-title-small">{{ page.title }}</h1>
10
10
 
11
11
 
12
- {% if page.image && page.image != "" %}
12
+ {% if page.image and page.image != "" %}
13
13
  <img src="{{ page.image }}">
14
14
  {% endif %}
15
15
  {% if page.header %}
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  _shiller_tags: base
3
-
3
+ _schiller_instructions: Lasse liquid-platzhalter und includes so stehen. Die Adresse
4
+ wird damit eingeblendet!
4
5
  description: 'Bisher keine Beschreibung'
5
6
  icon: bi bi-phone
6
7
  image: ~
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
3
 
4
- "version": "9.0.9",
4
+ "version": "9.0.11",
5
5
  "description": "",
6
6
  "license": "proprietary",
7
7
  "main": "./index.js",