]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/packages/list.html
Add nofollow to tags
[cheatdb.git] / app / templates / packages / list.html
index e272782df91ef84eb86ee8e0aa362a424edd15a9..ec17f801e66056137b981f4aeedac4f941de56f9 100644 (file)
                        {% set tag = pair[1] %}
 
                        {% if tag in selected_tags %}
-                               <a class="badge badge-primary"
+                               <a class="badge badge-primary" rel="nofollow"
                                                href="{{ url_set_query(page=1, _remove={ 'tag': tag.name }) }}">
 
                                        {{ tag.title }}
                                        ({{ count }})
                                </a>
                        {% else %}
-                               <a class="badge badge-secondary"
+                               <a class="badge badge-secondary" rel="nofollow"
                                                href="{{ url_set_query(page=1, _add={ 'tag': tag.name }) }}">
 
                                        {{ tag.title }}