From 0e4722ea988118635e3f2de4f99e3476b1dac4e5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 16 Jul 2020 14:06:29 +0100 Subject: Add nofollow to tags --- app/templates/packages/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/templates/packages/list.html') diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index e272782..ec17f80 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -27,14 +27,14 @@ {% set tag = pair[1] %} {% if tag in selected_tags %} - {{ tag.title }} ({{ count }}) {% else %} - {{ tag.title }} -- cgit v1.2.3