@leuffen/themejs1 6.1.24 → 6.1.26
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.
- package/_tpl/_root/docs/_data/general.yml +1 -1
- package/_tpl/_root/docs/_layouts/3_1_navbar.html +3 -2
- package/_tpl/_root/docs/assets/dist/.gitkeep +0 -0
- package/_tpl/_root/package.json +1 -1
- package/_tpl/leistungen/hausarzt-uebersicht.de.md +1 -1
- package/package.json +5 -1
- package/_tpl/_root/docs/assets/dist/index.js +0 -5128
- package/_tpl/_root/docs/assets/dist/index.js.LICENSE.txt +0 -5
- package/_tpl/_root/docs/assets/dist/index.js.map +0 -1
- package/_tpl/_root/docs/assets/dist/polyfill-custom-elements.js +0 -3
- package/_tpl/_root/docs/assets/dist/style.css +0 -5
- package/_tpl/_root/docs/assets/dist/style.css.map +0 -1
- package/_tpl/_root/docs/assets/dist/style.js +0 -4
- package/_tpl/_root/docs/assets/dist/style.js.map +0 -1
- package/_tpl/_root/docs/assets/dist/style_custom.css +0 -5
- package/_tpl/_root/docs/assets/dist/style_custom.js +0 -4
- package/_tpl/_root/docs/assets/dist/style_late.css +0 -1
- package/_tpl/_root/docs/assets/dist/style_late.css.map +0 -1
- package/_tpl/_root/docs/assets/dist/style_late.js +0 -4
- package/_tpl/_root/docs/assets/dist/style_late.js.map +0 -1
|
@@ -8,8 +8,9 @@ layout: 2_script
|
|
|
8
8
|
<div class="brand" style="margin-right: 20px;z-index: 0">
|
|
9
9
|
<a href="/">
|
|
10
10
|
<img src="/assets/logo.webp" alt="{{ site.data.general.logoalt }}" height="64" class="p-1" style="float:left">
|
|
11
|
-
<div style="font-size: 1.1em;float:right" class="m-2 text-
|
|
12
|
-
|
|
11
|
+
<div style="font-size: 1.1em;float:right" class="m-2 text-black">
|
|
12
|
+
<div style="font-size: 1.1em">{{ site.data.general.fachrichtung}}</div>
|
|
13
|
+
<div style="font-size: 1.6em">{{ site.data.general.logoalt }}</div>
|
|
13
14
|
</div>
|
|
14
15
|
</a>
|
|
15
16
|
</div>
|
|
File without changes
|
package/_tpl/_root/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
_schiller_instructions: |-
|
|
3
|
-
Aufteilung in: Vorsorge, Therapie, Diagnostik.
|
|
3
|
+
Aufteilung in: Vorsorge, Therapie, Diagnostik. The Title will be generated by CMS - do not add a Title headline! Always and with a cta element!
|
|
4
4
|
|
|
5
5
|
_schiller_template: leistungen/hausarzt-vorsorge
|
|
6
6
|
description: "Schützen Sie Ihre Gesundheit mit unseren Vorsorgeuntersuchungen \U0001FA7A.
|
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leuffen/themejs1",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.26",
|
|
4
4
|
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "proprietary",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"module": "./dist/index.js",
|
|
9
9
|
"exports": {
|
|
10
|
+
".": [
|
|
11
|
+
"./dist/index.js",
|
|
12
|
+
"./index.scss"
|
|
13
|
+
],
|
|
10
14
|
"./index": [
|
|
11
15
|
"./dist/index.js",
|
|
12
16
|
"./index.scss"
|