From 8e360e82b7b308f8fce0d9b1db2012970dae4b31 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 24 Mar 2026 13:06:04 +0800 Subject: [PATCH] style(html): reformat index.html for consistent indentation No behavior change. Reformats inline Jinja2/HTML to follow consistent two-space indentation and line-length conventions throughout the template. Co-Authored-By: Claude --- website/templates/index.html | 75 ++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 29 deletions(-) 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 %}