fixed, reworked and simplyfied and added example content in markdown
This commit is contained in:
parent
bdf28fd018
commit
ff46ccae8b
15 changed files with 335 additions and 286 deletions
1
layouts/shortcodes/gmaps.html
Normal file
1
layouts/shortcodes/gmaps.html
Normal file
|
|
@ -0,0 +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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue