We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642ab4f commit b42ffe9Copy full SHA for b42ffe9
templates/macros.html
@@ -171,6 +171,8 @@
171
<li class="pure-menu-item">
172
<a
173
href="{{ release_url | safe }}"
174
+ {# We only want crawlers to crawl the /latest/ URLs, not /1.2.3/ URLs. #}
175
+ rel="nofollow"
176
class="pure-menu-link{% if warning %} warn{% endif %}"
177
{% if warning %} title="{{ warning }}"{% endif %}
178
{% if retain_fragment %}data-fragment="retain"{% endif %}
0 commit comments