aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 6fb833e..b107e8b 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -64,6 +64,7 @@
{% set tag = pair[1] %}
<a class="btn btn-sm btn-secondary m-1" rel="nofollow"
+ title="{{ tag.description or '' }}"
href="{{ url_for('packages.list_all', tag=tag.name) }}">
{{ tag.title }}
<span class="badge badge-pill badge-light ml-1">{{ count }}</span>