From 6c64da08846b1696fb8e0cc5cbc0898966eb08bb Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 2 Sep 2025 14:04:22 +0200 Subject: [PATCH] Update020920251404 --- layouts/_default/contact.html | 94 ++++++++++------- layouts/partials/script.html | 184 +++++++++++++++++++++++----------- 2 files changed, 181 insertions(+), 97 deletions(-) diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html index 86f1018..96a15e5 100644 --- a/layouts/_default/contact.html +++ b/layouts/_default/contact.html @@ -30,8 +30,9 @@ .stack{display:grid;gap:16px} .stack-lg{display:grid;gap:24px} .info-list{list-style:none;margin:0;padding:0;display:grid;gap:12px} - .info-item{display:flex;gap:.75rem;align-items:flex-start} - .info-item .ico{flex:0 0 auto;line-height:0;color:#F5A623} + .info-item{display:flex;gap:.75rem;align-items:flex-start; justify-content:center; text-align:center} + .info-item .ico{flex:0 0 auto;line-height:0} + .info-item .txt a{ text-decoration:none;color:inherit; } /* CTA-Buttons & Socials: nutzt eure bestehenden Klassen โ€“ nur Layout-Hooks */ .cta__actions{display:flex;gap:.75rem;flex-wrap:wrap} @@ -50,8 +51,8 @@ } textarea.form-control{min-height:160px;resize:vertical} .form-control:focus{border-color:#F5A623;box-shadow:0 0 0 3px rgba(245,166,35,.18)} - .form-legal{margin:0;opacity:.9} /* p-StandardgrรถรŸe bleibt erhalten */ - .card h3{margin:0 0 .5rem} /* nur Abstand, Typo kommt global von h3 */ + .form-legal{margin:0;opacity:.9} + .card h3{margin:0 0 .5rem}
@@ -63,34 +64,41 @@

Kontakt

-
    - ๐Ÿ“{{ with $addr }} -
  • -
    {{ . | markdownify }}
    -
  • - {{ end }} - ๐Ÿ“ง{{ with $email }} -
  • -
    - {{ . }} -
    -
  • - {{ end }} - ๐Ÿ“ž{{ with $phone1 }} -
  • -
    - {{ . }} -
    -
  • - {{ end }} - {{ with $phone2 }} -
  • -
    - {{ . }} -
    -
  • - {{ end }} -
+
    + {{ with $addr }} +
  • + +
    {{ . | markdownify }}
    +
  • + {{ end }} + + {{ with $email }} +
  • + +
    + {{ . }} +
    +
  • + {{ end }} + + {{ with $phone1 }} +
  • + +
    + {{ . }} +
    +
  • + {{ end }} + + {{ with $phone2 }} +
  • + +
    + {{ . }} +
    +
  • + {{ end }} +
@@ -112,7 +120,7 @@
-
+
@@ -138,17 +146,25 @@
- + +
+
+ +
+
+ {{/* Reveal Init (falls global nicht vorhanden) */}} - - -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 3784497..6121dd5 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -1,73 +1,141 @@ - - {{ $scripts := slice }} {{ range site.Params.plugins.js}} -{{ if findRE "^http" .link }} - -{{ else }} -{{ $scripts = $scripts | append (resources.Get .link) }} -{{ end }} + {{ if findRE "^http" .link }} + + {{ else }} + {{ $scripts = $scripts | append (resources.Get .link) }} + {{ end }} {{ end }} {{ $scripts := $scripts | append (resources.Get "js/script.js" | minify) }} {{ $scripts := $scripts | resources.Concat "js/script.js" | minify | fingerprint "sha512" }} - - + - - + - - \ No newline at end of file + +