9c79d05ae6
The Sass file in sass/_praxis_theme.scss had drifted from the live _style.css over the project's life — different line-heights (34/28 vs 24), padding overrides, restructured selectors, and a few sections that the SCSS parser couldn't accept anyway (CSS // line-comments, missing semicolons inherited from the original hand-written CSS). For Phase 1 visual parity the correct source of truth is the live CSS, not a re-edited copy. Drop compile_sass, ship the live _style.css as /css/praxis.css straight from static/, and point base.html at it. This restores the live vertical rhythm (paragraph spacing, banner padding) that had been subtly off.
33 lines
1.2 KiB
TOML
33 lines
1.2 KiB
TOML
base_url = "https://preview.praxis-am-lienhardplatz.de"
|
|
title = "Praxis am Lienhardplatz"
|
|
description = "Dr. Oliver Riemann, Dr. Angela Krey und Christian Malyga begrüßen Sie in der Hausärztlichen Gemeinschaftspraxis am Lienhardplatz in Wuppertal-Vohwinkel"
|
|
default_language = "de"
|
|
compile_sass = false
|
|
build_search_index = false
|
|
generate_feeds = false
|
|
|
|
[markdown]
|
|
external_links_target_blank = false
|
|
smart_punctuation = false
|
|
|
|
[extra]
|
|
# Site-wide values pulled into templates
|
|
practice_name = "Praxis am Lienhardplatz"
|
|
doctors = "Dr. Oliver Riemann, Dr. Angela Krey, Christian Malyga"
|
|
address = "Lienhardplatz 1, 42329 Wuppertal-Vohwinkel"
|
|
phone = "0202-730738"
|
|
fax = "0202-730017"
|
|
email = "info@praxis-am-lienhardplatz.de"
|
|
phone_e164 = "+49202730738"
|
|
address_street = "Kaiserstraße 23"
|
|
address_zip_city = "42329 Wuppertal"
|
|
keywords = "Arzt, Hausarzt, Allgemeinmedizin, Innere Medizin, Internist, Kardiologie, Praxis, Gemeinschaftspraxis, Vohwinkel, Lienhardplatz, Krey, Riemann, Malyga, Corona, COVID-19, Corona-Test"
|
|
|
|
[[extra.opening_hours]]
|
|
label = "Montag-Freitag"
|
|
time = "08:00-12:00"
|
|
|
|
[[extra.opening_hours]]
|
|
label = "Montag, Dienstag, Donnerstag"
|
|
time = "15:00-18:00"
|