fix: remove Google Maps embed for GDPR compliance
The live site had the Maps iframe removed because third-party embeds
trigger cookie-consent obligations under GDPR. The Phase-1 1:1 pass
accidentally reintroduced it; this commit removes:
- the inline iframe on the home page (templates/index.html)
- the map() shortcode (templates/shortcodes/map.html)
- the {{ map() }} call on the contact page (content/contact.md)
Do not re-add without a working consent gate.
This commit is contained in:
@@ -35,10 +35,6 @@ Kaiserstr. 23
|
||||
|
||||
**Die Praxis ist nach Termin organisiert.** Bei akuten Erkrankungen ist eine Vorstellung in der Praxis jederzeit möglich.
|
||||
|
||||
## Anfahrt
|
||||
|
||||
{{ map() }}
|
||||
|
||||
## Ärztlicher Bereitschaftsdienst
|
||||
|
||||
Sollten Sie außerhalb unserer Praxiszeiten ärztliche Hilfe benötigen, können Sie unter der für Sie kostenlosen Telefonnummer **116117** den [zentralen ärztlichen Bereitschaftsdienst](http://www.116117info.de) erreichen.
|
||||
|
||||
Reference in New Issue
Block a user