diff --git a/templates/index.html b/templates/index.html index 58ff2e4..6016047 100644 --- a/templates/index.html +++ b/templates/index.html @@ -173,7 +173,7 @@

Latest releases

{{ prettydate(row["released_at"]) }}

{% set ns.current_date = prettydate(row["released_at"]) %} {% endif %} -

{{ row["name"] }} {{ row["version"]}} +

{{ row["name"] }} {{ row["version"]}} {% if row["pypi_summary"] != ns.current_pypi_summary and row["pypi_summary"] %} - {{ row["pypi_summary"] }} {% set ns.current_pypi_summary = row["pypi_summary"] %}