Move map into a partial
This commit is contained in:
parent
a664beafb6
commit
d6b21edde9
8
source/_partials/contact/map.html.twig
Normal file
8
source/_partials/contact/map.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<iframe
|
||||||
|
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2485.1337624751072!2d-3.160543684127624!3d51.47405897962965!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x486e1ccd1778f25f%3A0x57c2e2cd8171f7e4!2sRob+Taylor+Brazilian+Jiu-Jitsu+Academy+-+CRA+Cardiff!5e0!3m2!1sen!2suk!4v1532201198987"
|
||||||
|
width="600"
|
||||||
|
height="450"
|
||||||
|
frameborder="0"
|
||||||
|
allowfullscreen
|
||||||
|
class="border border-grey"
|
||||||
|
></iframe>
|
|
@ -27,7 +27,7 @@ location: |
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mx-4 overflow-hidden">
|
<div class="mx-4 overflow-hidden">
|
||||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2485.1337624751072!2d-3.160543684127624!3d51.47405897962965!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x486e1ccd1778f25f%3A0x57c2e2cd8171f7e4!2sRob+Taylor+Brazilian+Jiu-Jitsu+Academy+-+CRA+Cardiff!5e0!3m2!1sen!2suk!4v1532201198987" width="600" height="450" frameborder="0" allowfullscreen class="border border-grey"></iframe>
|
{% include 'contact/map' %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue