From 939ce803c054fff15306200558e6768e648cda88 Mon Sep 17 00:00:00 2001 From: Leslie Date: Sat, 1 Feb 2025 16:35:33 +0200 Subject: [PATCH] feat: add color to tags --- templates/categories/macros.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}