Skip to content

Commit 51ca5fa

Browse files
committed
fix: master -> main
1 parent 5a81ee1 commit 51ca5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/versionselector/_templates/breadcrumbs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
<div role="navigation" aria-label="breadcrumbs navigation">
2828

29-
{% if current_version and current_version.name != latest_version.name and current_version.name != "master" %}
29+
{% 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 released 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="{{ latest_version.url }}" style="color: white;text-decoration: underline">here</a>.
3333
</p>
3434
{% endif %}
3535

0 commit comments

Comments
 (0)