We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53b7b0 commit 8f9d328Copy full SHA for 8f9d328
1 file changed
ietf/templates/doc/revisions_list.html
@@ -2,7 +2,7 @@
2
<li class="disabled"><a><b>Versions</b></a></li>
3
{% for rev in revisions %}
4
<li {% if rev == doc.rev %}{% if rev == latest_rev %}class="active"{% else %}class="warning"{% endif %}{% endif %}>
5
- <a href="{% url "doc_view" name=doc.name %}{% if not forloop.last %}{{ rev }}/{% endif %}" >{{ rev }}</a>
+ <a href="{% url "doc_view" name=doc.name %}{% if not forloop.last %}{{ rev }}/{% endif %}" {% if rev != "00" and rev != latest_rev %}rel="nofollow"{% endif %} >{{ rev }}</a>
6
</li>
7
{% endfor %}
8
</ul>
0 commit comments