diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-16 14:06:29 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-16 14:07:21 +0100 |
| commit | 0e4722ea988118635e3f2de4f99e3476b1dac4e5 (patch) | |
| tree | ef14604fe2e19571d9f681d0372ba6834214e134 /app/templates/packages/view.html | |
| parent | 208a47b41d2d81f95a47c2e59c69310aa3486426 (diff) | |
| download | cheatdb-0e4722ea988118635e3f2de4f99e3476b1dac4e5.tar.xz | |
Add nofollow to tags
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 1d97da9..00eea2e 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -48,7 +48,7 @@ </a> {% endif %} {% for t in package.tags %} - <a class="badge badge-primary" + <a class="badge badge-primary" rel="nofollow" href="{{ url_for('packages.list_all', tag=t.name) }}">{{ t.title }}</a> {% endfor %} </p> |
