File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html {{ with .Site.LanguageCode }} lang ="{{ . }} "{{ end }} >
2+ < html {{ with .Language.Lang }} lang ="{{ . }} "{{ end }} >
33 < head >
44 {{ partial "head.html" . }}
55 </ head >
Original file line number Diff line number Diff line change 1616 < a class ="navbar-link " href ="# " title ="{{ .Title | markdownify }} "> {{ .Name }}</ a >
1717 < div class ="navbar-dropdown ">
1818 {{ range .Children }}
19- < a class ="navbar-item " href ="{{ .URL }} " title ="{{ .Title | markdownify }} "> {{ .Name }}</ a >
19+ < a class ="navbar-item " href ="{{ .URL | absLangURL }} " title ="{{ .Title | markdownify }} "> {{ .Name }}</ a >
2020 {{ end }}
2121 </ div >
2222 </ div >
2323 {{ else }}
24- < a class ="navbar-item " href ="{{ .URL }} " title ="{{ .Title | markdownify }} "> {{ .Name }}</ a >
24+ < a class ="navbar-item " href ="{{ .URL | absLangURL }} " title ="{{ .Title | markdownify }} "> {{ .Name }}</ a >
2525 {{ end }}
2626 {{ end }}
2727 </ div >
Original file line number Diff line number Diff line change 1- < aside class ="toc sidebar " data-title ="{{ i18n "Contents " }}" data-levels="2 ">
1+ < aside class ="toc sidebar " data-title ="{{ i18n "contents " }}" data-levels="3 ">
22 < div class ="toc-menu "> </ div >
33</ aside >
You can’t perform that action at this time.
0 commit comments