Skip to content

Commit

Permalink
updated trailing slash (mongodb#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 authored Oct 9, 2023
1 parent 5eb6f4a commit 1ab624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/mongodb/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% if version is defined and version.startswith("v") %}{% set version_num = version[1:] %}{% endif %}
{% if (version_num is defined) and (version_num|int != 0) %}Version {{ version_num }}{% else %}{{ version }}{% endif %}
</button>
<a href="{{theme_base_url}}/legacy">&larr; Return to Documentation</a>
<a href="{{theme_base_url}}/legacy/">&larr; Return to Documentation</a>
{% else %}
<button type="button" class="version-button dropdown-toggle" data-toggle="dropdown">
{% set version = theme_version_selector|selectattr('current')|map(attribute='text')|first|e %}
Expand Down

0 comments on commit 1ab624b

Please sign in to comment.