Skip to content

Commit 36cbfbc

Browse files
committed
Change the marketing text to reflect Asia - also hide the forkme template in other pages.
1 parent 69293d9 commit 36cbfbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resources/views/_marketing.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<h2>Diversity Matters!</h2>
2222
<p>
2323
{{ site.title }} is committed to creating a conference that is as inclusive as possible.
24-
We want to showcase talent available around the U.S. and welcome international submissions as well.
24+
We want to showcase talent available around Asia and welcome international submissions as well.
2525
</p>
2626
<p>
2727
We are also committed to ensuring the conference is a place

resources/views/layouts/splash.twig

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
{% block scripts %}
1414
{% endblock %}
1515

16+
{% if site.show_contrib_banner %}
1617
{% include "_forkme.twig" %}
18+
{% endif %}
1719
</body>
1820
</html>

0 commit comments

Comments
 (0)