source:
main/waeup-hugo/themes/dimension/layouts/shortcodes/gmaps.html
@
17944
Last change on this file since 17944 was 14926, checked in by , 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.