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 66 </ div >
77 <!--logo start-->
88 < div class ="logo pull-left ">
9- < a href ="{{.Site.BaseUrl}} ">
9+ < a href ="{{ .Site.BaseUrl}}/../ ">
1010 < img src ="{{.Site.BaseUrl}}/img/logo-mongodb-header.png ", alt ="MongoDB.org " />
1111 </ a >
1212 </ div >
Original file line number Diff line number Diff line change 33 < div class ="ssidebar nav-collapse ">
44 < div class ="ssidebarwrapper ">
55 < 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 }}
88 </ h3 >
99
1010 <!-- sidebar menu start-->
You can’t perform that action at this time.
0 commit comments