diff --git a/templates/categories/macros.html b/templates/categories/macros.html index 61fe7c3e..72030fce 100644 --- a/templates/categories/macros.html +++ b/templates/categories/macros.html @@ -158,7 +158,7 @@

{% if latest_version %}
  • -
    +
    Latest version:
    {{ latest_version }}
    @@ -169,7 +169,7 @@

    {% if downloads %}
  • -
    +
    Downloads:
    {{ downloads | num_format }}
    @@ -180,7 +180,7 @@

    {% if recent_downloads %}
  • -
    +
    Recent downloads:
    {{ recent_downloads | num_format }}
    @@ -191,7 +191,7 @@

    {% if license %}
  • -
    +
    License:
    {{ license }}
    @@ -202,7 +202,7 @@

    {% if stars %}
  • -
    +
    Stars:
    {{ stars | num_format }}
    @@ -213,7 +213,7 @@

    {% if last_activity %}
  • -
    +
    Last activity:
    {{ last_activity | date }}