feat: contact page template reads address/hours from config
Moves hardcoded address, phone/fax/email, and Sprechzeiten table out of content/contact.md into a dedicated contact.html template that renders them from config.extra — sharing a single source of truth with the footer. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-30
@@ -1,38 +1,9 @@
|
||||
+++
|
||||
title = "Kontakt"
|
||||
template = "page.html"
|
||||
template = "contact.html"
|
||||
weight = 60
|
||||
+++
|
||||
|
||||
## Praxis am Lienhardplatz
|
||||
|
||||
**Hausärztliche Gemeinschaftspraxis**
|
||||
Kaiserstr. 23
|
||||
42329 Wuppertal-Vohwinkel
|
||||
|
||||
**Telefon:** 0202-730738
|
||||
**Telefax:** 0202-730017
|
||||
**E-Mail:** [info@praxis-am-lienhardplatz.de](mailto:info@praxis-am-lienhardplatz.de)
|
||||
|
||||
## Sprechzeiten
|
||||
|
||||
<table class="tg">
|
||||
<tr>
|
||||
<td>Montag bis Freitag</td>
|
||||
<td>08:00–10:00 Uhr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Montag, Dienstag, Donnerstag</td>
|
||||
<td>15:00–17:00 Uhr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Infekt-Sprechstunde (täglich)</td>
|
||||
<td>10:30–12:00 Uhr</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
**Die Praxis ist nach Termin organisiert.** Bei akuten Erkrankungen ist eine Vorstellung in der Praxis jederzeit möglich.
|
||||
|
||||
## Ärztlicher Bereitschaftsdienst
|
||||
|
||||
Reference in New Issue
Block a user