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

Commit b147e9d

Browse files
committed
Remove map from start-dojo page
1 parent 33ed1c8 commit b147e9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

views/page-start-a-dojo.twig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<div class="article-body">
99
<h1>{{post.title}}</h1>
1010
{{broken_content[0]}}
11-
{% include 'cta.twig' with {'buttontext': 'Create A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
11+
{% include 'cta.twig' with {'buttontext': 'Start A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
1212
<br />
1313
{{broken_content[1]}}
14-
{% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
15-
<br />
14+
<br />
1615
</div>
1716
{{broken_content[2]}}
18-
{% include 'map.twig' %}
17+
<h2>{% include 'cta.twig' with {'buttontext': 'Start a Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}</h2>
18+
<br />
19+
{% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
1920
</article>
2021
</div>
2122
{% endblock %}

0 commit comments

Comments
 (0)