source: main/waeup-hugo/themes/dimension/layouts/shortcodes/gmaps.html

Last change on this file was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 269 bytes
Line 
1<iframe src="https://www.google.com/maps/embed?pb={{ .Get "pb" }}" width="{{ if .Get "width" }}{{ .Get "width" }}{{ else }}100%{{ end }}" height="{{ if .Get "height" }}{{ .Get "height" }}{{ else }}450{{ end }}" frameborder="0" style="border:0" allowfullscreen></iframe>
Note: See TracBrowser for help on using the repository browser.