Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Remove map from start-dojo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Wardormeur committed Sep 18, 2017
1 parent 33ed1c8 commit b147e9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions views/page-start-a-dojo.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<div class="article-body">
<h1>{{post.title}}</h1>
{{broken_content[0]}}
{% include 'cta.twig' with {'buttontext': 'Create A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
{% include 'cta.twig' with {'buttontext': 'Start A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
<br />
{{broken_content[1]}}
{% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
<br />
<br />
</div>
{{broken_content[2]}}
{% include 'map.twig' %}
<h2>{% include 'cta.twig' with {'buttontext': 'Start a Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}</h2>
<br />
{% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
</article>
</div>
{% endblock %}

0 comments on commit b147e9d

Please sign in to comment.