From 269cdfc4326a56cebe6d101c80995ccf79c4a8cb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 12 Feb 2025 11:33:47 +0000 Subject: [PATCH] packages: Add an icon Signed-off-by: Michael Tremer --- src/templates/builds/macros.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/templates/builds/macros.html b/src/templates/builds/macros.html index 57fb5768..3bddfc22 100644 --- a/src/templates/builds/macros.html +++ b/src/templates/builds/macros.html @@ -150,7 +150,15 @@

- {{ pkg.name }} + + + + + + + {{ pkg.name }} + +

{# Show the summary in a second line #} -- 2.47.3