Skip to content

Commit 0827427

Browse files
Add section linking to Academy
1 parent 184e296 commit 0827427

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

source/_templates/partials/community_questions.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="community-questions {% if pagename == 'index' %}community-questions--big{% else %}community-questions--sidebar{% endif %}">
22
<div class="wrapper">
3-
<h1>Questions from the community</h1>
3+
<h1>Community Forum</h1>
44

55
<p>For questions, ideas, and announcements on new releases, please head to our Community Forum.</p>
66

@@ -12,4 +12,21 @@ <h1>Questions from the community</h1>
1212
{% endif %}
1313
</a>
1414
</div>
15+
16+
{% if pagename == 'index' %}
17+
18+
{% else %}
19+
<br><br>
20+
21+
22+
<div class="wrapper">
23+
<h1>KoboToolbox Academy</h1>
24+
25+
<p>KoboToolbox Academy offers high quality self-paced courses, created by KoboToolbox experts.</p>
26+
27+
<a class="button" href="https://academy.kobotoolbox.org">
28+
Visit the KoboToolbox Academy
29+
{% endif %}
30+
</a>
31+
</div>
1532
</section>

0 commit comments

Comments
 (0)