Files
praxis-page/templates/shortcodes/map.html
T
Brummel 441f3b7ed9 feat: legal (Impressum), contact, page template, and map shortcode
- page.html generic single-page template
- legal.md with slug=impressum to match live URL
- contact.md with practice info, hours, map embed
- map shortcode (iframe-based) usable from markdown
- Home template inlines the map iframe directly (shortcodes can't be called from templates)
2026-05-20 22:49:02 +02:00

12 lines
337 B
HTML

<section class="map-section">
<iframe
src="https://maps.google.com/maps?q=Kaiserstr.+23,+42329+Wuppertal&t=&z=15&ie=UTF8&iwloc=&output=embed"
width="100%"
height="450"
style="border:0"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
title="Karte: Praxis am Lienhardplatz">
</iframe>
</section>