You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

map.html 324B

1234567891011
  1. {{ if site.Params.map.enable }}
  2. {{ with site.Params.map }}
  3. {{"<!-- Google Map -->" | safeHTML}}
  4. <div class="google-map">
  5. <div id="map" data-latitude="{{ .map_latitude }}"
  6. data-longitude="{{ .map_longitude }}"
  7. data-marker="{{ .map_marker | absURL }}"
  8. data-marker-name="{{ site.Title }}"></div>
  9. </div>
  10. {{ end }}
  11. {{ end }}