File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/reference/themes/mongodb/layouts/partials Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
</ div >
7
7
<!--logo start-->
8
8
< div class ="logo pull-left ">
9
- < a href ="{{.Site.BaseUrl}} ">
9
+ < a href ="{{ .Site.BaseUrl}}/../ ">
10
10
< img src ="{{.Site.BaseUrl}}/img/logo-mongodb-header.png ", alt ="MongoDB.org " />
11
11
</ a >
12
12
</ div >
Original file line number Diff line number Diff line change 3
3
< div class ="ssidebar nav-collapse ">
4
4
< div class ="ssidebarwrapper ">
5
5
< h3 >
6
- < a class ="index-link " href ="{{.Site.BaseUrl}} "> {{ .Site.Title }}</ a >
7
- {{ with .Site.Data.mongodb.currentVersion }}< a class ="version pull-right " href =""> {{ . }}</ a > {{ end }}
6
+ < a class ="index-link " href ="{{ .Site.BaseUrl}}/../ "> {{ .Site.Title }}</ a > {{ $baseUrl := .Site.BaseUrl}}
7
+ {{ with .Site.Data.mongodb.currentVersion }}< a class ="version pull-right " href ="{{$baseUrl}} "> {{ . }}</ a > {{ end }}
8
8
</ h3 >
9
9
10
10
<!-- sidebar menu start-->
You can’t perform that action at this time.
0 commit comments