diff --git a/website/templates/index.html b/website/templates/index.html index 8ba140e..7c1a000 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -50,9 +50,9 @@ {% if repo_stars or build_date %}

- {% if repo_stars %}{{ repo_stars }}+ stars on GitHub{% endif %} - {% if repo_stars and build_date %}/{% endif %} - {% if build_date %}Updated {{ build_date }}{% endif %} + {% if repo_stars %}{{ repo_stars }}+ stars on GitHub{% endif %} {% if + repo_stars and build_date %}/{% endif %} {% if build_date %}Updated {{ + build_date }}{% endif %}

{% endif %} @@ -114,9 +114,15 @@ Row number - - - + + + + + + + + + Tags .

+

+ Try a broader term, or + . +

-
- -

Know a project that belongs here?

-

Tell us what it does and why it stands out.

-
- Submit a project - Star the repository +
+ +

Know a project that belongs here?

+

Tell us what it does and why it stands out.

+
-
{% endblock %}