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 5ffa7b1 commit e9dab6dCopy full SHA for e9dab6d
_config.yml
@@ -22,6 +22,7 @@ defaults:
22
- scope:
23
path: ""
24
values:
25
+ version: 6.0
26
image: https://avatars.githubusercontent.com/u/4223
27
toc: true
28
src/_layouts/default.html
@@ -31,9 +31,8 @@
31
<li class="nav-item text-nowrap p-1">
32
<div class="dropdown">
33
<a class="dropdown-toggle nav-link" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
34
- v{{ site.default_rails_version }}
+ v{{ page.version }}
35
</a>
36
-
37
<div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="dropdownMenuLink">
38
<a class="dropdown-item" href="/">v6.0</a>
39
<a class="dropdown-item" href="/5.2/">v5.2</a>
0 commit comments