Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/contact.html')
-rw-r--r--layouts/partials/contact.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index a2b2a84..7b01554 100644
--- a/layouts/partials/contact.html
+++ b/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}}