We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69293d9 commit 36cbfbcCopy full SHA for 36cbfbc
resources/views/_marketing.twig
@@ -21,7 +21,7 @@
21
<h2>Diversity Matters!</h2>
22
<p>
23
{{ 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.
+ We want to showcase talent available around Asia and welcome international submissions as well.
25
</p>
26
27
We are also committed to ensuring the conference is a place
resources/views/layouts/splash.twig
@@ -13,6 +13,8 @@
13
{% block scripts %}
14
{% endblock %}
15
16
+ {% if site.show_contrib_banner %}
17
{% include "_forkme.twig" %}
18
+ {% endif %}
19
</body>
20
</html>
0 commit comments