Skip to content

Commit 92a938b

Browse files
committed
fix: always point to /en/main as latest docs
1 parent 51ca5fa commit 92a938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/versionselector/_templates/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{% if current_version and current_version.name != latest_version.name and current_version.name != "main" %}
3030
<p style="padding: 10px;margin: 0 0 10px 0;border-radius: 2px;letter-spacing: 1px;font-size: 13px;color: white;text-align: center;background: #3a87ad;background-image: none;background-size: auto;background-size: 28px 28px;background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );">
3131
<strong>Note:</strong>
32-
These are not the docs of the latest version. Those can be found <a href="{{ latest_version.url }}" style="color: white;text-decoration: underline">here</a>.
32+
These are not the docs of the latest version. Those can be found <a href="/en/main" style="color: white;text-decoration: underline">here</a>.
3333
</p>
3434
{% endif %}
3535

0 commit comments

Comments
 (0)