Przeglądaj źródła

modified map

tags/v1.0.0
somrat 4 lat temu
rodzic
commit
19abdfec95
1 zmienionych plików z 6 dodań i 4 usunięć
  1. 6
    4
      layouts/partials/map.html

+ 6
- 4
layouts/partials/map.html Wyświetl plik

@@ -1,9 +1,11 @@
{{ if .Site.Params.map.enable }}
{{ with .Site.Params.map }}
{{"<!-- Google Map -->" | safeHTML}}
<div class="google-map">
<div id="map" data-latitude="{{ .Site.Params.map.map_latitude }}"
data-longitude="{{ .Site.Params.map.map_longitude }}"
data-marker="{{ .Site.Params.map.map_marker | absURL }}"
data-marker-name="{{ .Site.Title }}"></div>
<div id="map" data-latitude="{{ .map_latitude }}"
data-longitude="{{ .map_longitude }}"
data-marker="{{ .map_marker | absURL }}"
data-marker-name="{{ $.Site.Title }}"></div>
</div>
{{ end }}
{{ end }}

Ładowanie…
Anuluj
Zapisz