mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-01-11 18:04:19 +00:00
next button fix (#78)
This commit is contained in:
parent
cf5b4e642e
commit
ad357919bb
@ -27,7 +27,7 @@ hexo.extend.helper.register('page_nav', function() {
|
||||
}
|
||||
|
||||
var keys = Object.keys(list);
|
||||
var index = keys.indexOf(path);
|
||||
var index = keys.indexOf("/docs/" + path);
|
||||
var result = '';
|
||||
|
||||
if (index > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user