@leuffen/themejs1 6.1.7 → 6.1.8

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.
@@ -20,7 +20,7 @@ layout: null
20
20
  Website: Nur Titel aus general.yaml
21
21
  Article: Titel + Website Titel
22
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>
23
+ <title>{% if page.title != null and page.title != "" %}{{ page.title | strip_html | escape }}{% else %}{{ site.data.general.title }}{%endif%}{% if page.type != 'website' %} - {{ site.data.general.title }}{%endif%}</title>
24
24
  <meta name="description" content="{{ page.description | strip_newlines| strip_html | escape | replace: " ", " " | replace: " ", " " | replace: " ", " " | lstrip}}">
25
25
  <meta name="keywords" content="{{ page.keywords | strip_newlines | escape }}">
26
26
  <meta name="last-modified" content="{{ site.time }}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "6.1.7",
3
+ "version": "6.1.8",
4
4
 
5
5
  "description": "",
6
6
  "license": "proprietary",