Fix bug
This commit is contained in:
parent
321e851b26
commit
2de8e8c358
76 changed files with 315 additions and 315 deletions
|
@ -16,7 +16,7 @@ html(lang= lang)
|
|||
nav
|
||||
ul
|
||||
each doc in docs
|
||||
li: a(href=`/docs/${lang}/${doc.name}`)= doc.title[lang] || doc.title['ja']
|
||||
li: a(href=`/docs/${lang}/${doc.name}`)= doc.title[lang] || doc.title['ja-JP']
|
||||
section
|
||||
h2 API
|
||||
ul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue