diff --git a/templates/index.html.jinja b/templates/index.html.jinja index 904ed59a3..5e8a0ebf9 100644 --- a/templates/index.html.jinja +++ b/templates/index.html.jinja @@ -14,15 +14,15 @@

{% if project.built %} - View + View {{ project.language.name }} • {% endif %} {% if project.contribution_link %} - Contribute + Contribute to {{ project.language.name }} {% elif project.uses_platform %} - Contribute + Contribute to {{ project.language.name }} {% else %} - Contribute + Contribute to {{ project.language.name }} {% endif %}