Переглянути джерело

Merge pull request #8 from Miss-Jones/master

Adds the possibility to turn maps on and off in the contact page
tags/v1.0.0
Mehedi Sharif Titas 6 роки тому
джерело
коміт
d950d5d08f
Аккаунт користувача з таким Email не знайдено
2 змінених файлів з 3 додано та 0 видалено
  1. 1
    0
      exampleSite/data/contact.yml
  2. 2
    0
      layouts/partials/contact.html

+ 1
- 0
exampleSite/data/contact.yml Переглянути файл

@@ -3,6 +3,7 @@ heading : Get In
headingSpan : Touch
title : Contact Details
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam, vero, provident, eum eligendi blanditiis ex explicabo vitae nostrum facilis asperiores dolorem illo officiis ratione vel fugiat dicta laboriosam labore adipisci.
enable_maps : false
mapLatitude : 51.5223477
mapLongitude: -0.1622023
contactDetails :

+ 2
- 0
layouts/partials/contact.html Переглянути файл

@@ -63,11 +63,13 @@
</div>
</div>

{{ if .Site.Data.contact.enable_maps }}
{{"<!-- Google Map -->" | safeHTML}}
<div class="google-map">
<div id="map-canvas" {{ with .Site.Data.contact.mapLatitude }} data-latitude="{{ . }}" {{ end }}
{{ with .Site.Data.contact.mapLongitude }} data-longitude="{{ . }}" {{ end }}></div>
</div>
{{ end }}

</section>
{{"<!-- /contact -->" | safeHTML}}

Завантаження…
Відмінити
Зберегти