Denair_Fire/themes/dimension/layouts/shortcodes/gmaps.html
2018-05-17 10:34:07 -04:00

1 line
No EOL
269 B
HTML

<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>