source:
tanzpartie-hugo/layouts/shortcodes/google_route.html
@
17952
Last change on this file since 17952 was 16975, checked in by , 2 years ago | |
---|---|
File size: 378 bytes |
Line | |
---|---|
1 | <!-- |
2 | Parameters: |
3 | mid - (Required) Target ID |
4 | ehbc - (Required) no idea what it is |
5 | width - (Optional) width |
6 | height - (Optional) height |
7 | --> |
8 | <figure> |
9 | <iframe src="https://www.google.com/maps/d/u/0/embed?mid={{ .Get "mid" }}&ehbc={{ .Get "ehbc" }}" |
10 | width="{{ default "100%" (.Get "width") }}" |
11 | height="{{ default "100%" (.Get "height") }}"></iframe> |
12 | </figure> |
Note: See TracBrowser for help on using the repository browser.